Exemplo n.º 1
0
 public HDD(TypeUsb TypeUsb, int KolRazdelov, double SizeRazdelov)
 {
 }
Exemplo n.º 2
0
 public Flash(TypeUsb TypeUsb, double Memory)
 {
     this.TypeUsb    = TypeUsb;
     this.Memory     = Memory;
     this.FreeMemory = Memory;
 }