Exemplo n.º 1
0
        private void BtnPlot_Click(object sender, RoutedEventArgs e)
        {
            var plot = new Pages.Graphing();

            plot.FunctionY = TbEditor.Text;
            MainWindow.SwithToControl(plot);
        }
Exemplo n.º 2
0
 private void BtnPlot_Click(object sender, RoutedEventArgs e)
 {
     var plot = new Pages.Graphing();
     plot.FunctionY = TbEditor.Text;
     MainWindow.SwithToControl(plot);
 }