Exemplo n.º 1
0
 private void removeTrainBT_Click(object sender, RoutedEventArgs e)
 {
     if (on)
     {
         RemoveTrainWindow win = new RemoveTrainWindow(this);
         win.Owner = this;
         win.ShowDialog();
     }
 }
Exemplo n.º 2
0
 private void removeTrainBT_Click(object sender, RoutedEventArgs e)
 {
     if (on)
     {
         RemoveTrainWindow win = new RemoveTrainWindow(this);
         win.Owner = this;
         win.ShowDialog();
     }
 }