예제 #1
0
 /// <summary>
 /// Close the module.
 /// </summary>
 public override void Destroy()
 {
     NdapiContext.RemoveModule(this);
     base.Destroy();
 }