using System; using System.Collections.Generic; using System.Text; using ZwSoft.ZwCAD.DatabaseServices; using ZwSoft.ZwCAD.Runtime; using ZwSoft.ZwCAD.Geometry; using ZwSoft.ZwCAD.ApplicationServices; using ZwSoft.ZwCAD.EditorInput; using ZwSoft.ZwCAD.Windows; namespace HelloTeamcenter.hello { class MyExtension:ZwSoft.ZwCAD.Runtime.IExtensionApplication { public void Initialize() { } public void Terminate() { } } }