private void repoGen_Options_Click(object sender, RoutedEventArgs e)
        {
            RepoGen_Options repoGen = new RepoGen_Options();

            repoGen.Show();
            mainWindow.IsEnabled = false;
        }
Example #2
0
 public static void repoGen_Options_setWnd(RepoGen_Options wnd)
 {
     repoGen_Options = wnd;
 }
 private void repoGen_Options_Click(object sender, RoutedEventArgs e)
 {
     RepoGen_Options repoGen = new RepoGen_Options();
     repoGen.Show();
     mainWindow.IsEnabled = false;
 }
 public static void repoGen_Options_setWnd(RepoGen_Options wnd) {
     repoGen_Options = wnd;
 }