コード例 #1
0
 public ViewModelLocator()
 {
     _container = Startup.BootStrap();
 }
コード例 #2
0
        public void ShowWindow <T>() where T : Window
        {
            _container = Startup.BootStrap();

            _container.Resolve <T>().Show();
        }