Exemple #1
0
 public CB(int i)
 {
     I = i;
     C = new CB_A(i);
 }
    public CB(int i)
    {
        I = i;
        C = new CB_A(i);

    }