Exemplo n.º 1
0
 public HeaderWindow(Payanar.SS.Net.Libraries.Common.IObserver observer, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenterFactory presenterFactory, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresentationEntity presentationEntity, IParent parent)
     : base(observer, presenterFactory, presentationEntity, parent)
 {
 }
Exemplo n.º 2
0
 public TreeViewControl(Payanar.SS.Net.Libraries.Common.IObserver observer, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenterFactory presenterFactory, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresentationEntity presentationEntity)
     : base(observer, presenterFactory, presentationEntity)
 {
     InitializeComponent();
 }
Exemplo n.º 3
0
 public BaseView(Payanar.SS.Net.Libraries.Common.IObserver observer, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenterFactory presenterFactory, IParent parent)
     : base(observer, presenterFactory, parent)
 {
 }
Exemplo n.º 4
0
 public HeaderDetailWindow(Payanar.SS.Net.Libraries.Common.IObserver observer, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenterFactory presenterFactory, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresentationEntity presentationEntity)
     : base(observer, presenterFactory, presentationEntity)
 {
     InitializeComponent();
 }