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