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