Example #1
0
 //[DllImport("AxInterop.EModelView.dll")]
 //[DllImport("EModelView.dll")]
 // [DllImport("Interop.EModelView.dll")]
 //   public static extern int DllRegisterServer();//ע��ʱ��
 public void AssemblySketch()
 {
     FrmAssemblySketch childFrame = new FrmAssemblySketch();
     childFrame.Show();
 }
Example #2
0
        //[DllImport("AxInterop.EModelView.dll")]
        //[DllImport("EModelView.dll")]
        // [DllImport("Interop.EModelView.dll")]
        //   public static extern int DllRegisterServer();//注册时用
        public void AssemblySketch()
        {
            FrmAssemblySketch childFrame = new FrmAssemblySketch();

            childFrame.Show();
        }