Exemplo n.º 1
0
 void nhanviencsclick(object sender, RoutedEventArgs e)
 {
     frmnhanviencs frm = new frmnhanviencs();
     frm.Width = this.ActualWidth;
     frm.Height = this.ActualHeight;
     frm.Show();
 }
Exemplo n.º 2
0
 private void ChildWindow_Closed(object sender, EventArgs e)
 {
     frmnhanviencs frm = new frmnhanviencs();
     frm.Width = this.ActualWidth;
     frm.Height = this.ActualHeight;
     frm.Show();
 }