Exemple #1
0
 public Signup(StartUpForm startupform)
 {
     InitializeComponent();
     this.TopLevel    = false;
     this.startupform = startupform;
     //animationthread = new System.Threading.Thread(animate_progress_bar);
     //animationthread.Start();
 }
Exemple #2
0
 public LoginForm(StartUpForm startupform)
 {
     InitializeComponent();
     this.TopLevel    = false;
     this.startupform = startupform;
 }