Example #1
0
        public void openMainForm()
        {
            sys.IsFirstRun = false;
            Acfun form = new Acfun();

            form.Show();
        }
Example #2
0
 public void openMainForm()
 {
     sys.IsFirstRun = false;
     Acfun form = new Acfun();
     form.Show();
 }