Example #1
0
        private void GoToDistributions(object sender, RoutedEventArgs e)
        {
            //this.IsEnabled = false;
            Window w = new wnDistributions();

            w.Show();
        }
Example #2
0
 private void GoToDistributions(object sender, RoutedEventArgs e)
 {
     //this.IsEnabled = false;
     Window w = new wnDistributions();
     w.Show();
 }