コード例 #1
0
ファイル: Signup.cs プロジェクト: karthik540/Pictionary
 public Signup(StartUpForm startupform)
 {
     InitializeComponent();
     this.TopLevel    = false;
     this.startupform = startupform;
     //animationthread = new System.Threading.Thread(animate_progress_bar);
     //animationthread.Start();
 }
コード例 #2
0
ファイル: LoginForm.cs プロジェクト: karthik540/Pictionary
 public LoginForm(StartUpForm startupform)
 {
     InitializeComponent();
     this.TopLevel    = false;
     this.startupform = startupform;
 }