Пример #1
0
 public KvittoObj(int sizeMot, int sizeAnm)
 {
     mottagare = new string[sizeMot];
     anm       = new Anm[sizeAnm];
 }
Пример #2
0
 public KvittoObj(int sizeMot, int sizeAnm)
 {
     mottagare = new string[sizeMot];
     anm = new Anm[sizeAnm];
 }