Inheritance: NSApplicationDelegate, IMvxLifetime
Ejemplo n.º 1
0
 protected MvxMacSetup(MvxApplicationDelegate applicationDelegate, IMvxMacViewPresenter presenter)
 {
     this._presenter = presenter;
     this._applicationDelegate = applicationDelegate;
 }
Ejemplo n.º 2
0
 protected MvxMacSetup(MvxApplicationDelegate applicationDelegate, NSWindow window)
 {
     this._window = window;
     this._applicationDelegate = applicationDelegate;
 }
Ejemplo n.º 3
0
 public Setup(MvxApplicationDelegate applicationDelegate, NSWindow window)
     : base(applicationDelegate, window)
 {
 }
Ejemplo n.º 4
0
 protected MvxMacSetup(MvxApplicationDelegate applicationDelegate, IMvxMacViewPresenter presenter)
 {
     this._presenter           = presenter;
     this._applicationDelegate = applicationDelegate;
 }
Ejemplo n.º 5
0
 protected MvxMacSetup(MvxApplicationDelegate applicationDelegate, NSWindow window)
 {
     this._window = window;
     this._applicationDelegate = applicationDelegate;
 }
Ejemplo n.º 6
0
		public Setup(MvxApplicationDelegate appDelegate, IMvxMacViewPresenter presenter)
			: base(appDelegate, presenter)
		{
		}