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