![]() |
XfnClose Method |
public static void Close()
static class Program { [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new FormMain()); // Clear memory. Pixoneer.NXDL.Xfn.Close(); } }