}       // Lựa chọn xem thông tin Copyright

        public void createfrmg(object e)
        {
            bool chk_about = (bool)e;
            Form frmg      = new frmflashscreen(false);

            frmg.ShowDialog();
        }                   // Tạo 1 flashscreen
        }       // Lựa chọn Giải mã Nguồn phổ quát

        private void button1_Click(object sender, EventArgs e)
        {
            for (int i = 10; i >= 0; i--)
            {
                Thread.Sleep(20);
                this.Opacity = i * 0.1;
            }
            Form frmg = new frmflashscreen(true);                  // Tọa form Thông tin Copyright

            frmg.ShowDialog();
            for (int i = 0; i <= 10; i++)
            {
                Thread.Sleep(20);
                this.Opacity = i * 0.1;
            }
        }       // Lựa chọn xem thông tin Copyright