Ejemplo n.º 1
0
 private void Button_Click_2(object sender, RoutedEventArgs e)
 {
     MainWindow.up(tb1.Text, tb2.Text);
     this.Close();
 }