Exemple #1
0
 public void DeRegistOpenDirectoryEvent(OpenDirectoryHandle handle)
 {
     OpenDirectoryEvent -= handle;
 }
Exemple #2
0
 public void RegistOpenDirectoryEvent(OpenDirectoryHandle handle)
 {
     DeRegistOpenDirectoryEvent(handle);
     OpenDirectoryEvent += handle;
 }