Ejemplo n.º 1
0
 public KvittoObj(int sizeMot, int sizeAnm)
 {
     mottagare = new string[sizeMot];
     anm       = new Anm[sizeAnm];
 }
Ejemplo n.º 2
0
 public KvittoObj(int sizeMot, int sizeAnm)
 {
     mottagare = new string[sizeMot];
     anm = new Anm[sizeAnm];
 }