Interaction logic for AddInKindItem.xaml
상속: System.Windows.Window
예제 #1
0
 private void AddInKindItem(object sender, RoutedEventArgs e)
 {
     if (Application.Current.Windows.Count <= 2)
     {
         AddInKindItem iki = new AddInKindItem(true, EventID);
         iki.ShowDialog();
         iki.Organization.IsEnabled = false;
     }
 }
예제 #2
0
 private void AddInKindItem(object sender, RoutedEventArgs e)
 {
     if (Application.Current.Windows.Count <= 2)
     {
         AddInKindItem iki = new AddInKindItem(true, EventID);
         iki.ShowDialog();
         iki.Organization.IsEnabled = false;
     }
 }