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

            mask.Show(timeOutSeconds, defaultSize);
        }