Beispiel #1
0
        private void btnGraphCreate_Click(object sender, RoutedEventArgs e)
        {
            protocolFileName = System.IO.Path.GetFileName("@" + txtPathProtocol.Text);

            WindowGraph windowGraph = new WindowGraph();

            windowGraph.RefToMainForm = this;
            this.Hide();
            windowGraph.Show();
            btnLoadNewGraph.IsEnabled = true;
        }
Beispiel #2
0
 public MainWindow()
 {
     InitializeComponent();
     WindowGraph windowGraph = new WindowGraph();
 }