private void employeeStatisticsButton_ItemClick(object sender, ItemClickEventArgs e) { if (IsOpened(employeeStatistics)) { maxCustomerForm.Focus(); } else { employeeStatistics = new EmployeeStatistic(); employeeStatistics.MdiParent = this; employeeStatistics.Show(); } }
private void employeeStatisticsButton_ItemClick(object sender, ItemClickEventArgs e) { if (IsOpened(employeeStatistics)) maxCustomerForm.Focus(); else { employeeStatistics = new EmployeeStatistic(); employeeStatistics.MdiParent = this; employeeStatistics.Show(); } }