コード例 #1
0
ファイル: ImageGSForm.cs プロジェクト: thelegend831/ImageGS
        private void GSButton_Click(object sender, EventArgs e)
        {
            GerchbergSaxton.SetParameters(GerchbergSaxtonForm);

            GerchbergSaxtonForm.Show();
            GerchbergSaxtonForm.BringToFront();

            if (GerchbergSaxtonForm.WindowState == FormWindowState.Minimized)
            {
                GerchbergSaxtonForm.WindowState = FormWindowState.Normal;
            }
        }