コード例 #1
0
ファイル: ServerViewModel.cs プロジェクト: jpgithub/jprepost
 public ServerViewModel(RequestOpenFileDialogBox callback) : this()
 {
     openfiledialogbox = callback;
 }
コード例 #2
0
ファイル: ServerViewModel.cs プロジェクト: jpgithub/jprepost
 public ServerViewModel(RequestOpenFileDialogBox callback)
     : this()
 {
     openfiledialogbox = callback;
 }