Ejemplo n.º 1
0
 //截取远程屏幕
 private void ScreenTimer_Tick(object sender, EventArgs e)
 {
     if (!GeneralControler.GetScreen())
     {
         ScreenTimer.Enabled = false;
         MessageBox.Show("远程屏幕截取失败!", "远程屏幕截取失败", MessageBoxButtons.OK, MessageBoxIcon.Information);
     }
 }