예제 #1
0
파일: RolesForm.cs 프로젝트: rymarrv/Compas
        private void NewSB_Click(object sender, EventArgs e)
        {
            //string[] args = new string[] { "new" };

            RoleNew rn = new RoleNew();
            rn.ShowDialog();
            FillGrid();
        }
예제 #2
0
파일: RolesForm.cs 프로젝트: zep2zep/Compas
        private void NewSB_Click(object sender, EventArgs e)
        {
            //string[] args = new string[] { "new" };

            RoleNew rn = new RoleNew();

            rn.ShowDialog();
            FillGrid();
        }