private RootDirectory() { if (s_Instance != null) throw new Exception("Only one instance is allowed"); s_Instance = this; m_MyDirectory = new MyDirectory(); }
private RootDirectory() { if (s_Instance != null) { throw new Exception("Only one instance is allowed"); } s_Instance = this; m_MyDirectory = new MyDirectory(); }