diff --git a/ifox0.7/templates/IFoxCadTemplate/GlobalUsings.cs b/ifox0.7/templates/IFoxCadTemplate/GlobalUsings.cs index f87a0e3394a23d6285744689c4e55966146f2a7c..1ce602c0f0c4b0a6f57495d95c987aa80192f9d0 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;