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