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