Ejemplo n.º 1
0
 private void btn_toNew3_Click(object sender, RoutedEventArgs e)
 {
     //Distance of sensor gathered here
     //TODO Add to config
     double dist=this.sld_dist.Value;
     //Close this dialog
     //Open the next dialog
     Cage1 c1 = new Cage1();
     this.Close();
     c1.ShowDialog();
 }
Ejemplo n.º 2
0
        private void btn_toNew3_Click(object sender, RoutedEventArgs e)
        {
            //Distance of sensor gathered here
            //TODO Add to config
            double dist = this.sld_dist.Value;
            //Close this dialog
            //Open the next dialog
            Cage1 c1 = new Cage1();

            this.Close();
            c1.ShowDialog();
        }