public ConferenceName(
     SimpleNumericString numeric,
     SimpleTextString text)
 {
     this.numeric = numeric;
     this.text = text;
 }
Пример #2
0
 public Password(
     SimpleNumericString numeric,
     SimpleTextString text)
 {
     this.numeric = numeric;
     this.text    = text;
 }
Пример #3
0
 public ConferenceName(
     SimpleNumericString numeric,
     SimpleTextString text)
 {
     this.numeric = numeric;
     this.text    = text;
 }
Пример #4
0
 public Password(
     SimpleNumericString numeric,
     SimpleTextString text)
 {
     this.numeric = numeric;
     this.text = text;
 }