コード例 #1
0
 public void SetUp()
 {
     this.dispatcher    = Execute.Dispatcher;
     this.viewManager   = new Mock <IViewManager>();
     this.windowManager = new Mock <IWindowManager>();
     this.bootstrapper  = new MyBootstrapperBase(this.viewManager.Object, this.windowManager.Object);
 }
コード例 #2
0
 public void SetUp()
 {
     this.dispatcher = Execute.Dispatcher;
     this.viewManager = new Mock<IViewManager>();
     this.windowManager = new Mock<IWindowManager>();
     this.bootstrapper = new MyBootstrapperBase(this.viewManager.Object, this.windowManager.Object);
 }