Beispiel #1
0
        private void createAllocationsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AllocationMaintenance allocationMaintanence = new AllocationMaintenance();

            allocationMaintanence.Owner = this;
            allocationMaintanence.ShowDialog();
        }
Beispiel #2
0
        private void butAllocationMaintenance_Click(object sender, EventArgs e)
        {
            AllocationMaintenance allocationmaintenance = new AllocationMaintenance();

            allocationmaintenance.ShowDialog();
        }
Beispiel #3
0
        private void allocationMaintenanceToolStripMenuItem_Click_2(object sender, EventArgs e)
        {
            AllocationMaintenance frm = new AllocationMaintenance();

            frm.ShowDialog();
        }
Beispiel #4
0
        private void allocationMaintenanceToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AllocationMaintenance allocationmaintenance = new AllocationMaintenance();

            allocationmaintenance.ShowDialog();
        }