private void button2_Click(object sender, EventArgs e) { Bitmap bitmap = CommonFunctions.CaptureWindow(this); bitmap.Save(@"D:\1.png", ImageFormat.Png); }