private void createAllocationsToolStripMenuItem_Click(object sender, EventArgs e) { AllocationMaintenance allocationMaintanence = new AllocationMaintenance(); allocationMaintanence.Owner = this; allocationMaintanence.ShowDialog(); }
private void butAllocationMaintenance_Click(object sender, EventArgs e) { AllocationMaintenance allocationmaintenance = new AllocationMaintenance(); allocationmaintenance.ShowDialog(); }
private void allocationMaintenanceToolStripMenuItem_Click_2(object sender, EventArgs e) { AllocationMaintenance frm = new AllocationMaintenance(); frm.ShowDialog(); }
private void allocationMaintenanceToolStripMenuItem_Click(object sender, EventArgs e) { AllocationMaintenance allocationmaintenance = new AllocationMaintenance(); allocationmaintenance.ShowDialog(); }