示例#1
0
 private void HomePage_Load(object sender, EventArgs e)
 {
     // Load application infomations
     ApplicationName.Text = ProgramInfo.App.Name + " (" + ProgramInfo.App.Version + ")";
     // bring Account List show to front
     AccountListShow.BringToFront();
     this.Hide();
     TransitionWhenStartPanel.ShowSync(this);
     this.BringToFront();
     ShutdownShow.cancelshutdown += new EventHandler(CancelShutdown);
 }
示例#2
0
 private void BT_Accounts_Click(object sender, EventArgs e)
 {
     AccountListShow.BringToFront();
 }