Compare commits
2 Commits
0859c61f8e
...
1e4729682d
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e4729682d | |||
| 9aaf188b54 |
12
Class1.cs
Normal file
12
Class1.cs
Normal 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 Class1
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -71,6 +71,7 @@
|
|||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Compile Include="Class1.cs" />
|
||||||
<Compile Include="ModelPlugin.cs" />
|
<Compile Include="ModelPlugin.cs" />
|
||||||
<Compile Include="MainForm.cs">
|
<Compile Include="MainForm.cs">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
|
|||||||
Reference in New Issue
Block a user