Ejemplo n.º 1
0
 public Drive(string mount, Praxis part)
 {
     mountpath = mount; partition = part;
 }
Ejemplo n.º 2
0
 public static void Mount(Praxis partition, string point)
 {
     drives[used] = new Drive(point, partition);
     used++;
 }
Ejemplo n.º 3
0
 public static void Mount(Praxis partition, string point)
 {
     drives[used] = new Drive(point, partition);
     used++;
 }
Ejemplo n.º 4
0
 public Drive(string mount, Praxis part)
 {
     mountpath = mount; partition = part;
 }