Example #1
0
 public Form1(IInstellingenFactory instellingenOplosser, GeneratieInterface<CompRegistration> funcs, string startBestand)
 {
     _instellingenFactory = instellingenOplosser;
     _funcs = funcs;
     _startBestand = startBestand;
     InitializeComponent();
 }
Example #2
0
 public Form1(IInstellingenFactory instellingenOplosser, GeneratieInterface <CompRegistration> funcs, ILiturgieZoeken liturgieZoeker, string startBestand)
 {
     _instellingenFactory = instellingenOplosser;
     _funcs        = funcs;
     _startBestand = startBestand;
     InitializeComponent();
     liturgieEdit1._liturgieZoeker = liturgieZoeker;
     Icon = Icon.FromHandle(Resources.Powerpoint_Overlay_icon.GetHicon());
 }