public void StartCaputre(int timeOutSeconds, Size?defaultSize) { var mask = new MaskWindow(this); mask.Show(timeOutSeconds, defaultSize); }
public void StartCaputre(int timeOutSeconds, Size? defaultSize) { var mask = new MaskWindow(this); mask.Show(timeOutSeconds, defaultSize); }