Пример #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)
 {
 }
Пример #2
0
 public HeaderWindow(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenterFactory presenterFactory, Payanar.SS.Net.Libraries.Common.IParent parent)
     : base(presenterFactory, parent)
 {
 }
Пример #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)
 {
 }
Пример #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)
 {
 }
Пример #5
0
 public HeaderWindow(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenterFactory presenterFactory)
     : base(presenterFactory)
 {
 }
Пример #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)
 {
 }
Пример #7
0
 public BaseView(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenterFactory presenterFactory, IParent parent)
     : base(presenterFactory, parent)
 {
 }
Пример #8
0
 public HeaderView(Payanar.SS.Net.Libraries.Common.IObserver observer, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenterFactory presenterFactory)
     : base(observer, presenterFactory)
 {
     InitializeComponent();
 }
Пример #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)
 {
 }
Пример #10
0
 public SearchView(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IViewContext viewContext, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenterFactory presenterFactory)
     : base(viewContext, presenterFactory)
 {
     InitializeComponent();
 }
Пример #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();
 }
Пример #12
0
 public TitleView(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenterFactory presenterFactory)
     : base(presenterFactory)
 {
     InitializeComponent();
 }
Пример #13
0
 public HeaderDetailDataGridView(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IViewContext viewContext, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenterFactory presenterFactory)
     : base(viewContext, presenterFactory)
 {
 }
Пример #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();
 }
Пример #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();
 }
Пример #16
0
 public DataGridView(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenterFactory presenterFactory, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresentationEntity presentationEntity)
     : base(presenterFactory, presentationEntity)
 {
 }