151617181920212223
public static void main(String[] args) throws IOException { System.out.println(new File(".").getCanonicalPath()); ConfigProperty.getInstance(); new ServerServices(); new DiskServices(); new StorageServices(); new LaptopServices(); new UserInterface(); }
6263646566676869707172
serverChanged = 0; laptopChanged = 0; ss = new ServerServices(); ls = new LaptopServices(); scs = new StorageServices(); ds = new DiskServices(); si = new ServerInfo(); sci = new StorageControllerInfo();