From b7c1fcc32251410c3e92daeca8fbcf4cab2d984e Mon Sep 17 00:00:00 2001 From: admin <971874978@qq.com> Date: Wed, 26 Nov 2025 14:08:30 +0800 Subject: [PATCH] =?UTF-8?q?Merge=20branch=20'dev'=20of=20https://gitea.272?= =?UTF-8?q?401.com/admin/test=20into=20dev=E5=B7=A5=E4=BC=9A=E7=BB=8F?= =?UTF-8?q?=E8=B4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Class2.cs | 12 ++++++++++++ TeklaModelPlugin1.csproj | 1 + 2 files changed, 13 insertions(+) create mode 100644 Class2.cs diff --git a/Class2.cs b/Class2.cs new file mode 100644 index 0000000..fa69d75 --- /dev/null +++ b/Class2.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace TeklaModelPlugin1 +{ + internal class Class2 + { + } +} diff --git a/TeklaModelPlugin1.csproj b/TeklaModelPlugin1.csproj index c681470..213c1ae 100644 --- a/TeklaModelPlugin1.csproj +++ b/TeklaModelPlugin1.csproj @@ -72,6 +72,7 @@ + Form