示例#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();
        }