Beispiel #1
0
        public void StartCaputre(int timeOutSeconds, Size?defaultSize)
        {
            var mask = new MaskWindow(this);

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

            mask.Show(defaultSize);
        }