Example #1
0
File: CD1.cs Project: Ankitvaibs/SM
 public CD1(A1 a, B1 b)
 {
     A = a;
     B = b;
 }