Beispiel #1
0
 public void Destroy()
 {
     this.parser = null;
 }
Beispiel #2
0
 public void Initialize()
 {
     this.parser = new HmlParser();
 }