Exemplo n.º 1
0
        public void StartCaputre(int timeOutSeconds, Size?defaultSize)
        {
            var mask = new MaskWindow(this);

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