예제 #1
0
파일: Main.cs 프로젝트: natz247/FGMIS2
        private void unitsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ManageLocations manageLocations = new ManageLocations(UNIT);

            manageLocations.ShowDialog();
        }
예제 #2
0
파일: Main.cs 프로젝트: natz247/FGMIS2
        private void materialsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ManageLocations manageLocations = new ManageLocations(MATERIAL);

            manageLocations.ShowDialog();
        }
예제 #3
0
파일: Main.cs 프로젝트: natz247/FGMIS2
        private void woredasToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ManageLocations manageLocations = new ManageLocations(WOREDA);

            manageLocations.ShowDialog();
        }
예제 #4
0
파일: Main.cs 프로젝트: natz247/FGMIS2
        private void kebelesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ManageLocations manageLocations = new ManageLocations(KEBELE);

            manageLocations.ShowDialog();
        }
예제 #5
0
파일: Main.cs 프로젝트: natz247/FGMIS2
        private void regionsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ManageLocations manageLocations = new ManageLocations(REGION);

            manageLocations.ShowDialog();
        }