示例#1
0
        public static void ShowConfigurationWindow()
        {
            ConfigurationWindow window = new ConfigurationWindow();

            window.Show();
        }
示例#2
0
 private void Configure_Click(object sender, RoutedEventArgs e)
 {
     ConfigurationWindow.ShowConfigurationWindow();
 }