コード例 #1
0
 private void ViewAllContacts_Executed(object sender, ExecutedRoutedEventArgs e)
 {
     var viewAllContactDialog = new ViewAllContacts();
     viewAllContactDialog.SetParent(StartGrid);
 }
コード例 #2
0
 private void ViewAllContactLink_Click(object sender, MouseButtonEventArgs e)
 {
     var viewAllContactsDialog = new ViewAllContacts();
     viewAllContactsDialog.SetParent(StartGrid);
 }