Interaction logic for VariablesWindow.xaml
Inheritance: System.Windows.Window
 private void variablesButtonClick(object sender, RoutedEventArgs e)
 {
     VariablesWindow variablesWindow = new VariablesWindow(ScriptName);
     variablesWindow.Show();
 }
Beispiel #2
0
        private void variablesButtonClick(object sender, RoutedEventArgs e)
        {
            VariablesWindow variablesWindow = new VariablesWindow(ScriptName);

            variablesWindow.Show();
        }