Ejemplo n.º 1
0
        private void ETLklik(object sender, RoutedEventArgs e)
        {
            TEtl bs = new TEtl();

            bs.Show();
            this.Close();
        }
Ejemplo n.º 2
0
 private void ETLklik(object sender, RoutedEventArgs e)
 {
     TEtl bs = new TEtl();
     bs.Show();
     this.Close();
 }