コード例 #1
0
        public EspSharpGui()
        {
            InitializeComponent();

            Instance = this;
            Main     = mainWindow1;

            Size = new Size(1400, 800);
        }
コード例 #2
0
        public EspSharpGui()
        {
            InitializeComponent();

            Instance = this;
            Main = mainWindow1;

            Size = new Size(1400, 800);
        }