Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. CountBasedDialog CountDialog = new CountBasedDialog();
  2. CountDialog.ParentScreen = this;
  3.  
  4. //FIX_Feb_10:BUG:-0000305
  5. _windowInteropHelper = new WindowInteropHelper(CountDialog);
  6. _windowInteropHelper.Owner = this._owner;
  7. CountDialog.OperationMode = ScreenMode.Add;
  8. CountDialog.ShowDialog();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement