示例#1
0
        private SD SD1 = new SD();                                                        // Buffing the form...
        private void Go_Tick(object sender, EventArgs e)
        {
            Go.Stop();
            timer1.Stop();
            this.Hide();      // Hiding this form
            SD1.ShowDialog(); // Opening the form

            /*PickVersion PV = new PickVersion();
             * PV.ShowDialog();*/
            this.Close();
        }
示例#2
0
 private void Go_Tick(object sender, EventArgs e)
 {
     Go.Stop();
     webBrowser1.Url = new Uri(Silverlight_Designer.Properties.Resources.SDPATH + "\\Speedy View\\silverlight.html", System.UriKind.Absolute);
     panel1.Visible  = false;
 }