Esempio n. 1
0
        private void unitsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ManageLocations manageLocations = new ManageLocations(UNIT);

            manageLocations.ShowDialog();
        }
Esempio n. 2
0
        private void materialsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ManageLocations manageLocations = new ManageLocations(MATERIAL);

            manageLocations.ShowDialog();
        }
Esempio n. 3
0
        private void woredasToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ManageLocations manageLocations = new ManageLocations(WOREDA);

            manageLocations.ShowDialog();
        }
Esempio n. 4
0
        private void kebelesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ManageLocations manageLocations = new ManageLocations(KEBELE);

            manageLocations.ShowDialog();
        }
Esempio n. 5
0
        private void regionsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ManageLocations manageLocations = new ManageLocations(REGION);

            manageLocations.ShowDialog();
        }