private void button2_Click(object sender, RoutedEventArgs e) { timer.Stop(); Splot splot = new Splot(); splot.ShowDialog(); timer.Start(); }
/* * * private void VisibleParameters() * { * * this.LabelNumberPosition.Content = "Положення " + Convert.ToString(DrawingMechanism.NumberPosition); * this.LabelOmega.Content = "Кутова швидкість " + Convert.ToString(MechanismAnalys.Omega * MechanismAnalys.OmegaDirection)+ " рад/с"; * this.LabelV_B.Content = "Швидкість точки В: " + Convert.ToString(Math.Round(MechanismAnalys.v_B,4)) + " м/с"; * this.LabelV_C.Content = "Швидкість точки C: " + Convert.ToString(Math.Round(DrawingMechanism.mechanism.v_Cn, 4))+ " м/с"; * this.LabelV_S2.Content = "Швидкість точки S2: " + Convert.ToString(Math.Round(DrawingMechanism.mechanism.v_S2n, 4))+ " м/с"; * this.LabelV_S3.Content = "Швидкість точки S3: " + Convert.ToString(Math.Round(DrawingMechanism.mechanism.v_S3n, 4))+ " м/с"; * this.LabelV_S4.Content = "Швидкість точки S4: " + Convert.ToString(Math.Round(DrawingMechanism.mechanism.v_S4n, 4))+ " м/с"; * } */ private void button2_Click(object sender, RoutedEventArgs e) { Splot splot = new Splot(); splot.Show(); }