示例#1
0
 public Account_Settings(PersonalActivityReferences.LibraryStorage.UserStorage user)
 {
     InitializeComponent();
     NOW_USER                 = user;
     this.checkup_system      = new PACheckUP.SystemCheckup();
     this.name_field.Text     = this.NOW_USER.getOnlineUserInformation()[0];
     this.username_field.Text = this.NOW_USER.getOnlineUserInformation()[2];
     this.email_field.Text    = this.NOW_USER.getOnlineUserInformation()[3];
     this.phoneN_field.Text   = this.NOW_USER.getOnlineUserInformation()[1];
 }
 public Music_and_Chatting(PersonalActivityReferences.LibraryStorage.UserStorage user)
 {
     InitializeComponent();
     music_player      = new Music();
     this.ONLINLE_USER = user;
     //this.waitNewMessage.Enabled = true;
     chat_client    = new OrionChatClient.ChatClient(this.ONLINLE_USER);
     checkup_system = new PACheckUP.SystemCheckup();
     //panel5.BackColor = Color.FromArgb(200, Color.Black);
     //panel4.BackColor = Color.FromArgb(200, Color.LightCyan);
 }
示例#3
0
 public Splash()
 {
     checkupSystem = new PACheckUP.SystemCheckup();
     InitializeComponent();
     //firstPage = new FirstPage();
 }