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; }