Exemplo n.º 1
0
 public static void CaptureAndCrop()
 {
     try
     {
         FormCutting form = new FormCutting(CaptureScreen());
     }
     catch (Exception e)
     {
         MessageBox.Show(e.Message);
     }
 }
Exemplo n.º 2
0
 public static void CaptureAndCrop()
 {
     try
     {
         FormCutting form = new FormCutting(CaptureScreen());
     }
     catch (Exception e)
     {
         MessageBox.Show(e.Message);
     }
 }