private void unitsToolStripMenuItem_Click(object sender, EventArgs e) { ManageLocations manageLocations = new ManageLocations(UNIT); manageLocations.ShowDialog(); }
private void materialsToolStripMenuItem_Click(object sender, EventArgs e) { ManageLocations manageLocations = new ManageLocations(MATERIAL); manageLocations.ShowDialog(); }
private void woredasToolStripMenuItem_Click(object sender, EventArgs e) { ManageLocations manageLocations = new ManageLocations(WOREDA); manageLocations.ShowDialog(); }
private void kebelesToolStripMenuItem_Click(object sender, EventArgs e) { ManageLocations manageLocations = new ManageLocations(KEBELE); manageLocations.ShowDialog(); }
private void regionsToolStripMenuItem_Click(object sender, EventArgs e) { ManageLocations manageLocations = new ManageLocations(REGION); manageLocations.ShowDialog(); }