Exemple #1
0
 public NLPlate_StackOfPlate Assign(NLPlate_StackOfPlate theOther)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public void Prepend(NLPlate_StackOfPlate theOther)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public NLPlate_StackOfPlate(NLPlate_StackOfPlate theOther)
     : base()
 {
     throw new NotImplementedException();
 }