示例#1
0
 private void pictureBoxSettings_Click(object sender, EventArgs e)
 {
     Forms.Config config = new Forms.Config();
     config.Show();
 }
示例#2
0
 private void pictureBoxSettings_Click(object sender, EventArgs e)
 {
     Forms.Config config = new Forms.Config();
     config.Show();
 }