This commit is contained in:
2025-11-26 14:04:17 +08:00
3 changed files with 29 additions and 0 deletions

12
Class2.cs Normal file
View File

@@ -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
{
}
}