public void DeRegistOpenDirectoryEvent(OpenDirectoryHandle handle) { OpenDirectoryEvent -= handle; }
public void RegistOpenDirectoryEvent(OpenDirectoryHandle handle) { DeRegistOpenDirectoryEvent(handle); OpenDirectoryEvent += handle; }