void tuyencsclick(object sender, RoutedEventArgs e) { frmdiabancs frm = new frmdiabancs(); frm.Width = this.ActualWidth; frm.Height = this.ActualHeight; frm.Show(); }
private void ChildWindow_Closed(object sender, EventArgs e) { frmdiabancs frm = new frmdiabancs(); frm.Width = this.ActualWidth; frm.Height = this.ActualHeight; frm.Show(); }