Example #1
0
 protected void OnStreamFeatures(StreamFeatures aFeatures)
 {
     if (StreamFeatures != null)
     {
         StreamFeaturesArgs args = new StreamFeaturesArgs(aFeatures);
         StreamFeatures(this, args);
     }
 }
Example #2
0
 protected void OnStreamFeatures(StreamFeatures aFeatures)
 {
     if (StreamFeatures != null)
     {
         StreamFeaturesArgs args = new StreamFeaturesArgs(aFeatures);
         StreamFeatures(this, args);
     }
 }