Révision 612877b5 GES_PAC/ViewModel/ChambersViewModel.cs
GES_PAC/ViewModel/ChambersViewModel.cs | ||
---|---|---|
53 | 53 |
if (IsBusy) return; |
54 | 54 |
IsBusy = true; |
55 | 55 |
|
56 |
if (!NumberMeasure.ContainsValue(id))
|
|
56 |
if (!NumberMeasure.ContainsKey(id))
|
|
57 | 57 |
await Shell.Current.GoToAsync($"{nameof(EnterAnimalView)}?chamberId={id}"); |
58 | 58 |
else |
59 | 59 |
await Shell.Current.GoToAsync($"{nameof(CreateMeasureView)}?chamberId={id}"); |
Formats disponibles : Unified diff