Ejemplo n.º 1
0
 public TdiSliderTab(ITdiJournal jour, ITDIWidgetResolver widgetResolver)
 {
     this.widgetResolver = widgetResolver ?? throw new ArgumentNullException(nameof(widgetResolver));
     Journal             = jour;
     HandleSwitchIn      = OnSwitchIn;
     HandleSwitchOut     = OnSwitchOut;
 }
Ejemplo n.º 2
0
 public TdiSliderTab(ITdiJournal jour)
 {
     Journal = jour;
     HandleSwitchIn = OnSwitchIn;
     HandleSwitchOut = OnSwitchOut;
 }
Ejemplo n.º 3
0
 public TdiSliderTab(ITdiJournal jour)
 {
     Journal         = jour;
     HandleSwitchIn  = OnSwitchIn;
     HandleSwitchOut = OnSwitchOut;
 }