예제 #1
0
 public ModifyGroups(Contacts con)
 {
     InitializeComponent();
     this.con      = con;
     textBox1.Text = con.gname;
 }
예제 #2
0
 public AddGroup(Contacts con)
 {
     InitializeComponent();
     this.con = con;
 }