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