Inheritance: IDisposable
Example #1
0
 public void Close()
 {
     helper = null;
     outer = null;
 }
Example #2
0
 public HtmlForm(HtmlHelper helper, HtmlForm outer)
 {
     this.helper = helper;
     this.outer = outer;
 }