示例#1
0
 private void cmd_AddPrefix_Click(object sender, EventArgs e)
 {
     Forms.BillsPrefixAdd addf = new Forms.BillsPrefixAdd();
     addf.Show();
     addf.group2Visibility(false);
 }