public EspSharpGui()
        {
            InitializeComponent();

            Instance = this;
            Main     = mainWindow1;

            Size = new Size(1400, 800);
        }
        public EspSharpGui()
        {
            InitializeComponent();

            Instance = this;
            Main = mainWindow1;

            Size = new Size(1400, 800);
        }