コード例 #1
0
ファイル: RegUI.xaml.cs プロジェクト: codemeall/csharp_wpf
 public void Clear()
 {
     _ViewModel.Clear();
     tbUserId.Focus();
 }