From cd77024f1fb2fd52bd0038f412d432522d9f1b2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E5=82=B2=E5=B4=96-=E5=BF=98=E9=9C=84?= <702099480@qq.com> Date: Wed, 14 Jun 2023 02:00:29 +0000 Subject: [PATCH] =?UTF-8?q?update=20ifox0.7/templates/IFoxCadTemplate/Glob?= =?UTF-8?q?alUsings.cs.=20=E6=9B=B4=E6=94=B9Acap=E4=B8=BACapp=EF=BC=8CAcao?= =?UTF-8?q?p=E4=B8=BACCapp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 云傲崖-忘霄 <702099480@qq.com> --- ifox0.7/templates/IFoxCadTemplate/GlobalUsings.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ifox0.7/templates/IFoxCadTemplate/GlobalUsings.cs b/ifox0.7/templates/IFoxCadTemplate/GlobalUsings.cs index f87a0e3..1ce602c 100644 --- a/ifox0.7/templates/IFoxCadTemplate/GlobalUsings.cs +++ b/ifox0.7/templates/IFoxCadTemplate/GlobalUsings.cs @@ -1,4 +1,4 @@ -#if (acad) +#if (acad) global using System; global using System.Collections; global using System.Collections.Generic; @@ -39,8 +39,8 @@ global using Autodesk.AutoCAD.Geometry; global using Autodesk.AutoCAD.Runtime; -global using Acap = Autodesk.AutoCAD.ApplicationServices.Application; -global using Acaop = Autodesk.AutoCAD.ApplicationServices.Core.Application; +global using Capp = Autodesk.AutoCAD.ApplicationServices.Application; +global using CCapp = Autodesk.AutoCAD.ApplicationServices.Core.Application; global using Acgi = Autodesk.AutoCAD.GraphicsInterface; global using Autodesk.AutoCAD.DatabaseServices.Filters; @@ -102,8 +102,8 @@ global using Registry = Microsoft.Win32.Registry; global using RegistryKey = Microsoft.Win32.RegistryKey; global using Exception = System.Exception; -global using Acap = ZwSoft.ZwCAD.ApplicationServices.Application; -global using Acaop = ZwSoft.ZwCAD.ApplicationServices.Application; +global using Capp = ZwSoft.ZwCAD.ApplicationServices.Application; +//global using CCapp = ZwSoft.ZwCAD.ApplicationServices.Core.Application; global using Cad_DwgFiler = ZwSoft.ZwCAD.DatabaseServices.DwgFiler; global using Cad_DxfFiler = ZwSoft.ZwCAD.DatabaseServices.DxfFiler; global using Group = ZwSoft.ZwCAD.DatabaseServices.Group; @@ -155,8 +155,8 @@ global using Microsoft.Win32; global using System.Diagnostics.CodeAnalysis; -global using Acap = GrxCAD.ApplicationServices.Application; -global using Acaop = GrxCAD.ApplicationServices.Application; +global using Capp = GrxCAD.ApplicationServices.Application; +//global using CCapp = GrxCAD.ApplicationServices.Core.Application; global using Cad_DwgFiler = GrxCAD.DatabaseServices.DwgFiler; global using Cad_DxfFiler = GrxCAD.DatabaseServices.DxfFiler; global using Group = GrxCAD.DatabaseServices.Group; -- Gitee