public void OnCreate(IApplication hook) { if (hook != null) { this.hk = hook; dbconnection = new DBConnection1(); dbconnection.Visible = false; } }