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

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

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

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

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

            manageLocations.ShowDialog();
        }