Beispiel #1
0
 private void ContentDialog_PrimaryButtonClick(ContentDialog sender, ContentDialogButtonClickEventArgs args)
 {
     _profilesService.AddProfile(new Profile {
         Ssid = Ssid, Fields = Fields
     });
 }