コード例 #1
0
 public CodeEditorServiceBuilder WithDialogReault(CommonDialogResult result)
 {
     _windowMock.Setup(w => w.Execute()).Returns(result);
     return(this);
 }
コード例 #2
0
ファイル: PhotoImportDialog.cs プロジェクト: OpenPSS/PssIL
 private static extern int GetResult(int type, int handle, out CommonDialogResult commonDialogResult, out PhotoImportDialog.DialogResults dialogResults);
コード例 #3
0
ファイル: InAppPurchaseDialog.cs プロジェクト: OpenPSS/PssIL
 private static extern int GetResult(int type, int handle, out CommonDialogResult result, ref InAppPurchaseDialog.CommandResults results);
コード例 #4
0
 public CodeEditorServiceBuilder WithDialogReault(CommonDialogResult result)
 {
     _windowMock.Setup(w => w.Execute()).Returns(result);
     return this;
 }