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