Ejemplo n.º 1
0
 private void bt_update_Click(object sender, RoutedEventArgs e)
 {
     MessageBox.Show("test");
     //client.GethelloAsync();
     //client.GetListGRNTIAsync();
     _GRNTI       = new GRNTI();
     _GRNTI.Owner = this;
     _GRNTI.ShowDialog();
 }
Ejemplo n.º 2
0
 private void button7_Click(object sender, RoutedEventArgs e)
 {
     _GRNTI       = new GRNTI();
     _GRNTI.Owner = this;
     _GRNTI.ShowDialog();
 }