Example #1
0
 private void frmChatClient_Load(object sender, EventArgs e)
 {
     this.BackColor = VariableSystem.BackGR;
     foreach (Control Control in (Ultis.GetAllControls(this)))
     {
         Control.Font = VariableSystem.Font; ;
     }
     this.Icon = VariableSystem.IconPath;
     this.ShowIcon = true;
     textBox1.Text = VariableSystem.IPServer;
 }