Esempio n. 1
0
 public void DeRegistOpenDirectoryEvent(OpenDirectoryHandle handle)
 {
     OpenDirectoryEvent -= handle;
 }
Esempio n. 2
0
 public void RegistOpenDirectoryEvent(OpenDirectoryHandle handle)
 {
     DeRegistOpenDirectoryEvent(handle);
     OpenDirectoryEvent += handle;
 }