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