Exemple #1
0
 public void Dispose()
 {
     htmlHistory = null;
     disposed    = true;
     GC.SuppressFinalize(this);
 }
Exemple #2
0
 internal HtmlHistory(Interop.Mshtml.IOmHistory history)
 {
     htmlHistory = history;
     Debug.Assert(NativeOmHistory != null, "The history object should implement IOmHistory");
 }