Beispiel #1
0
 public void Dispose()
 {
     if (this._ColorScheme != null)
     {
         this._ColorScheme.Dispose();
         this._ColorScheme = null;
     }
     if (this._FontScheme != null)
     {
         this._FontScheme.Dispose();
         this._FontScheme = null;
     }
     if (this._FormatScheme != null)
     {
         this._FormatScheme.Dispose();
         this._FormatScheme = null;
     }
 }
 public void Dispose()
 {
     if (this._ColorScheme != null)
     {
         this._ColorScheme.Dispose();
         this._ColorScheme = null;
     }
     if (this._FontScheme != null)
     {
         this._FontScheme.Dispose();
         this._FontScheme = null;
     }
     if (this._FormatScheme != null)
     {
         this._FormatScheme.Dispose();
         this._FormatScheme = null;
     }
 }