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 ViewContext(string pageName, string title, string message, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresentationEntity presentationEntity)
     : base(pageName, title, message, presentationEntity)
 {
 }
Exemplo 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)
 {
 }
Exemplo n.º 4
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)
 {
 }
Exemplo n.º 5
0
 public BaseView(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)
 {
 }
Exemplo n.º 6
0
 public Presenter(Payanar.SS.Net.Libraries.Common.IObserver observer, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IView view, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresentationEntity presentationEntity, Payanar.SS.Net.Libraries.Common.IParent parent)
     : base(observer, view, presentationEntity, parent)
 {
 }
Exemplo n.º 7
0
 public Presenter(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IView view, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresentationEntity presentationEntity)
     : base(view, presentationEntity)
 {
 }
Exemplo n.º 8
0
 public TitleView(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.º 9
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();
 }
Exemplo n.º 10
0
 public DataGridView(Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresenterFactory presenterFactory, Payanar.SS.Net.Libraries.PresentationLayer.Interfaces.IPresentationEntity presentationEntity)
     : base(presenterFactory, presentationEntity)
 {
 }