コード例 #1
0
ファイル: App.xaml.cs プロジェクト: superowner/IdSharp
 public App()
 {
     DispatcherUnhandledException += App_DispatcherUnhandledException;
     WpfApplicationHelper.EnabledSelectAllOnFocusOnTextBox();
 }