public PkMainForm() { PkSplashForm.ShowSplashScreen(); this.controller = new PkController(); this.flying = false; this.data = PkData.Load(); this.LogIn(); this.SynchronizeAccountInfo(); this.InitForm(); this.UpdateDaysLeft(); this.kitePanel.AddKites(this.data.Kites); this.StartRenewLoginThread(); PkLogging.LogPanelUpdate += new EventHandler(this.logPanel.UpdateLog); this.logPanel.UpdateLog(this, EventArgs.Empty); PkSplashForm.CloseSplashScreen(); }