Example #1
0
 public void OnStreamOver(object sender, StreamOverEventArgs args)
 {
     foreach (var plugin in plugins)
     {
         plugin.OnStreamOver(sender, args);
     }
 }
Example #2
0
 public void OnStreamOver(object sender, StreamOverEventArgs args)
 {
     foreach (var plugin in plugins)
         plugin.OnStreamOver(sender, args);
 }
Example #3
0
 public void OnStreamOver(object sender, StreamOverEventArgs args)
 {
 }