using System; capcher2
using System; capcher2
using System.IO;
using System.Drawing;
using System.Threading;
using System.Windows.Forms;
namespace WindowsFormsApp1
{
public partial class Form1 : Form
{
private string folderPath;
private int width, height, delay;
private string fileName;
public Form1()
{
InitializeComponent();
LoadConfig(); // Gọi hàm đọc cấu hình khi mở app
}