예제 #1
0
 public Tlcs90State(Tlcs90Architecture arch)
 {
     this.arch = arch;
 }
예제 #2
0
 public Tlcs90State(Tlcs90State that) : base(that)
 {
     this.arch = that.arch;
 }