Пример #1
0
        private void ProgramButton_Click(object sender, RoutedEventArgs e)
        {
            StageLineUpWindow stageLineUpWindow = new StageLineUpWindow(this);;

            stageLineUpWindow.ShowDialog();
        }
Пример #2
0
 public NewActWindow(StageLineUpWindow window)
 {
     InitializeComponent();
     stageLine = window;
     Closing  += Clocing_EvenHandler;
 }