예제 #1
0
 /// <summary>Wraps an Exsisting instance of an object</summary>
 /// <param name="o">Instance of the object to wrap</param>
 public static Microsoft.Test.Security.Wrappers.XamlWriterSettingsSW Wrap(System.Xaml.XamlWriterSettings o)
 {
     if (o == null)
     {
         return(null);
     }
     return(new Microsoft.Test.Security.Wrappers.XamlWriterSettingsSW(o));
 }
예제 #2
0
 /// <summary>Creates a new wrapper from an exsisting instance of an object</summary>
 internal XamlWriterSettingsSW(System.Xaml.XamlWriterSettings o)
 {
     this.innerObject = o;
 }