コード例 #1
0
ファイル: MainForm.cs プロジェクト: luxunxun/BlueCentaurea
        private void httpTest_Click(object sender, EventArgs e)
        {
            HTTPForm httpForm = new HTTPForm();

            SetFormInPanel(httpForm);
            httpForm.ParentForm.Width  = 1024;
            httpForm.ParentForm.Height = 736;
        }
コード例 #2
0
 public HTTPForm()
 {
     InitializeComponent();
     httpForm = this;
 }