예제 #1
0
파일: VCFacturaList.cs 프로젝트: icpac/cap
        private void singleChoiceActionPolz_Execute(object sender, DevExpress.ExpressApp.Actions.SingleChoiceActionExecuteEventArgs e)
        {
            int mes = Convert.ToInt32((e.SelectedChoiceActionItem.Data));

            NegocioAdmin.PolizaPel(Application.CreateObjectSpace(), mes);
        }