예제 #1
0
 public void setArch(GENDER sex, AGECATEGORY age)
 {
     this.age           = age;
     this.lookingforSex = sex;
     id       = -1;
     username = "";
     client   = null;
 }
예제 #2
0
 /// <summary>
 /// for archtype uses ONLY!
 /// </summary>
 /// <param name="archuser"></param>
 public MatchUser(MatchUser archuser)
 {
     this.age           = archuser.age;
     this.lookingforSex = archuser.lookingforSex;
     id       = -1;
     username = "";
     client   = null;
 }