コード例 #1
0
 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;
 }