Exemple #1
0
 public void Dispose()
 {
     if (this.nuproj != null)
     {
         ProjectBuilder.Cleanup(this.nuproj);
     }
 }