示例#1
0
 private void Info_LB_Click(object sender, EventArgs e)
 {
     SelectedMenuLabel();
     Info_LB.ForeColor = Color.White;
     Info_Panel.Show();
     Settings_Panel.Hide();
     CustRegHacks_Panel.Hide();
     RegistryHacks_Panel.Hide();
     InfoProxy_Panel.Hide();
     SelectedLabel_LB.Location = new Point(709, SelectedLabel_LB.Location.Y);
     SelectedLabel_LB.Size     = new Size(39, 3);
 }