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