Esempio n. 1
0
        private void createAllocationsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            AllocationMaintenance allocationMaintanence = new AllocationMaintenance();

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

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

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

            allocationmaintenance.ShowDialog();
        }