示例#1
0
 public override void SetProperty(Mediachase.Net.Wdom.PropertyInfoCollection collection, Mediachase.Net.Wdom.PropertyInfo property)
 {
     throw new NotImplementedException();
 }
示例#2
0
 /// <summary>
 /// Sets the property.
 /// </summary>
 /// <param name="collection">The collection.</param>
 /// <param name="property">The property.</param>
 public override void SetProperty(Mediachase.Net.Wdom.PropertyInfoCollection collection, Mediachase.Net.Wdom.PropertyInfo property)
 {
     if (property != null)
     {
         SetPropertyAndSave(collection, property, true, true);
     }
 }