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