コード例 #1
0
ファイル: IntroPresenter.cs プロジェクト: erwin-hamid/LogPro
 public IntroPresenter(IUnityContainer container, IIntroView view)
 {
     View = view;
     this.container = container;
     this.service = new WMSServiceClient();
     View.Model = this.container.Resolve<IntroModel>();
 }
コード例 #2
0
 public IntroPresenter(IUnityContainer container, IIntroView view)
 {
     View           = view;
     this.container = container;
     this.service   = new WMSServiceClient();
     View.Model     = this.container.Resolve <IntroModel>();
 }