Esempio 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)
 {
 }
Esempio n. 2
0
 public HeaderWindow(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenterFactory presenterFactory, Payanar.SS.Net.Libraries.Common.IParent parent)
     : base(presenterFactory, parent)
 {
 }
Esempio n. 3
0
 public HeaderWindow(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IView view, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenterFactory presenterFactory, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresentationEntity presentationEntity)
     : base(view, presenterFactory, presentationEntity)
 {
 }
Esempio n. 4
0
 public BaseView(Payanar.SS.Net.Libraries.Common.IObserver observer, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenterFactory presenterFactory, IParent parent)
     : base(observer, presenterFactory, parent)
 {
 }
Esempio n. 5
0
 public HeaderWindow(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenterFactory presenterFactory)
     : base(presenterFactory)
 {
 }
Esempio n. 6
0
 public BaseView(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IViewContext viewContext, CMD.Payan.Base.Common.IObserver observer, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenterFactory presenterFactory)
     : base(viewContext, observer, presenterFactory)
 {
 }
Esempio n. 7
0
 public BaseView(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenterFactory presenterFactory, IParent parent)
     : base(presenterFactory, parent)
 {
 }
Esempio n. 8
0
 public HeaderView(Payanar.SS.Net.Libraries.Common.IObserver observer, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenterFactory presenterFactory)
     : base(observer, presenterFactory)
 {
     InitializeComponent();
 }
Esempio n. 9
0
 public BaseView(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IViewContext viewContext, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenterFactory presenterFactory, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresentationEntity presentationEntity)
     : base(viewContext, presenterFactory, presentationEntity)
 {
 }
Esempio n. 10
0
 public SearchView(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IViewContext viewContext, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenterFactory presenterFactory)
     : base(viewContext, presenterFactory)
 {
     InitializeComponent();
 }
Esempio n. 11
0
 public SearchView(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IViewContext viewContext, CMD.Payan.Base.Common.IObserver observer, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenterFactory presenterFactory)
     : base(viewContext, observer, presenterFactory)
 {
     InitializeComponent();
 }
Esempio n. 12
0
 public TitleView(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenterFactory presenterFactory)
     : base(presenterFactory)
 {
     InitializeComponent();
 }
Esempio n. 13
0
 public HeaderDetailDataGridView(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IViewContext viewContext, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenterFactory presenterFactory)
     : base(viewContext, presenterFactory)
 {
 }
Esempio n. 14
0
 public HeaderDetailWindow(Payanar.SS.Net.Libraries.Common.IObserver observer, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenterFactory presenterFactory, IParent parent)
     : base(observer, presenterFactory, parent)
 {
     InitializeComponent();
 }
Esempio n. 15
0
 public HeaderDetailWindow(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IView view, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenterFactory presenterFactory, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresentationEntity presentationEntity)
     : base(view, presenterFactory, presentationEntity)
 {
     InitializeComponent();
 }
Esempio n. 16
0
 public DataGridView(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenterFactory presenterFactory, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresentationEntity presentationEntity)
     : base(presenterFactory, presentationEntity)
 {
 }