예제 #1
0
 public void OnExplorerStateChanged(ExplorerWindowActions windowAction)
 {
     if (ExplorerStateChanged != null)
     {
         ExplorerStateChanged(this, new PluginEventArgs(windowAction));
     }
 }
예제 #2
0
 public void OnExplorerStateChanged(ExplorerWindowActions windowAction)
 {
     this.pluginServer.OnExplorerStateChanged(windowAction);
 }
예제 #3
0
 public PluginEventArgs(ExplorerWindowActions windowAction)
 {
     this.windowAction = windowAction;
 }
예제 #4
0
 public void OnExplorerStateChanged(ExplorerWindowActions windowAction)
 {
     if(ExplorerStateChanged != null) {
         ExplorerStateChanged(this, new PluginEventArgs(windowAction));
     }
 }
예제 #5
0
 public PluginEventArgs(ExplorerWindowActions windowAction)
 {
     this.windowAction = windowAction;
 }