Example #1
0
 public FormDops(IDop Dop)
 {
     InitializeComponent();
     this.Dop = Dop;
 }
Example #2
0
 public ReportLogic(IOsnv Osnv, IDop Dop)
 {
     this.Osnv = Osnv;
     this.Dop  = Dop;
 }
Example #3
0
 public FormDop(IDop service, IOsnv OsnvService)
 {
     InitializeComponent();
     this.Dop  = service;
     this.Osnv = OsnvService;
 }