Exemplo n.º 1
0
        private void guna2Button1_Click(object sender, EventArgs e)
        {
            if (DateTime.Now > Program.expdate)
            {
                Trialform tf = new Trialform();
                tf.Show();
            }
            else
            {
                PaymentIn BA = new PaymentIn();
                BA.TopLevel = false;

                //BA.AutoScroll = true;
                this.Controls.Add(BA);
                BA.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
                BA.Dock            = DockStyle.Fill;
                BA.Visible         = true;
                BA.BringToFront();
            }
        }
Exemplo n.º 2
0
        private void guna2Button7_Click(object sender, EventArgs e)
        {
            PaymentIn si = new PaymentIn();

            si.Show();
        }