public SelectCopiedBlankCertForm(AddCopiedCertForm addCopiedCertForm, int blankCertTypeId)
 {
     InitializeComponent();
     _blankCertTypeId          = blankCertTypeId;
     _addCopiedCertForm        = addCopiedCertForm;
     managingBlankCertService  = new ManagingBlankCertService();
     chosenBlankCertModels     = new List <BlankCertModel>();
     managingCertService       = new ManagingCertService();
     managingCopiedCertService = new ManagingCopiedCertService();
 }
示例#2
0
 public ManagingCopyCertForm()
 {
     InitializeComponent();
     managingCopiedCertService = new ManagingCopiedCertService();
     managingCertService       = new ManagingCertService();
 }