public void OnCreate(IApplication hook) { frm = new DockFrom(); if (hook != null) { frm.Hook = hook; } }
public void OnDestory() { frm = null; }