コード例 #1
0
 async void toggleButton_Checked(object sender, RoutedEventArgs e)
 {
     OnSChecked(sender);
     _vm.Details = await MapsElementsDataHandler.GetDetail(_vm.Model);
 }
コード例 #2
0
ファイル: DataSource.cs プロジェクト: Maxusbr/ClientApps
 public static async void GetMapElements()
 {
     ServicePoints.Clear();
     await MapsElementsDataHandler.GetMapElements();
 }