Exemplo n.º 1
0
        public static void ShowConfigurationWindow()
        {
            ConfigurationWindow window = new ConfigurationWindow();

            window.Show();
        }
Exemplo n.º 2
0
 private void Configure_Click(object sender, RoutedEventArgs e)
 {
     ConfigurationWindow.ShowConfigurationWindow();
 }