コード例 #1
0
ファイル: App.xaml.cs プロジェクト: yhmr/WpfPractises
 protected override void RegisterTypes(IContainerRegistry containerRegistry)
 {
     containerRegistry.RegisterInstance <WpfTestAppData>(DataLoader.Load(this.dataFilePath));
 }
コード例 #2
0
ファイル: App.xaml.cs プロジェクト: youngsunkr/WpfPractises
 protected override void RegisterTypes(IContainerRegistry containerRegistry)
 {
     containerRegistry.RegisterInstance <WpfTestAppData>(DataLoader.Load(this.dataFilePath));
     containerRegistry.RegisterSingleton <IMessageBoxService, MessageBoxService>();
 }