Initialize
This commit is contained in:
parent
fe7187755a
commit
d70a4e5746
2
Excel.cs
2
Excel.cs
@ -5,7 +5,7 @@ using System.Text;
|
|||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using Microsoft.Office.Interop.Excel; // zusätzlich ist der Projektverweis auf COM -> Microsoft Excel xx-Objectlibrary
|
using Microsoft.Office.Interop.Excel; // zusätzlich ist der Projektverweis auf COM -> Microsoft Excel xx-Objectlibrary
|
||||||
|
|
||||||
namespace UpdateStandardPartFamilyMemberUsageStatus
|
namespace UpdateStandPartFamMemUsStat
|
||||||
{
|
{
|
||||||
class Excel
|
class Excel
|
||||||
{
|
{
|
||||||
|
|||||||
2
Form1.Designer.cs
generated
2
Form1.Designer.cs
generated
@ -1,4 +1,4 @@
|
|||||||
namespace UpdateStandardPartFamilyMemberUsageStatus
|
namespace UpdateStandPartFamMemUsStat
|
||||||
{
|
{
|
||||||
partial class Form1
|
partial class Form1
|
||||||
{
|
{
|
||||||
|
|||||||
2
Form1.cs
2
Form1.cs
@ -14,7 +14,7 @@ using Microsoft.Office.Interop.Excel; // zusätzlich ist der Projektverweis au
|
|||||||
using NXOpen;
|
using NXOpen;
|
||||||
using NXOpen.UF;
|
using NXOpen.UF;
|
||||||
|
|
||||||
namespace UpdateStandardPartFamilyMemberUsageStatus
|
namespace UpdateStandPartFamMemUsStat
|
||||||
{
|
{
|
||||||
public partial class Form1 : Form
|
public partial class Form1 : Form
|
||||||
{
|
{
|
||||||
|
|||||||
@ -5,7 +5,7 @@ using System.Diagnostics;
|
|||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using NXOpen;
|
using NXOpen;
|
||||||
using NXOpen.UF;
|
using NXOpen.UF;
|
||||||
using UpdateStandardPartFamilyMemberUsageStatus;
|
using UpdateStandPartFamMemUsStat;
|
||||||
using NXOpen.PartFamily;
|
using NXOpen.PartFamily;
|
||||||
|
|
||||||
public class Program
|
public class Program
|
||||||
|
|||||||
@ -5,8 +5,8 @@
|
|||||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||||
<OutputType>Library</OutputType>
|
<OutputType>Library</OutputType>
|
||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
<RootNamespace>UpdateStandardPartFamilyMemberUsageStatus</RootNamespace>
|
<RootNamespace>UpdateStandPartFamMemUsStat</RootNamespace>
|
||||||
<AssemblyName>UpdateStandardPartFamilyMemberUsageStatus</AssemblyName>
|
<AssemblyName>UpdateStandPartFamMemUsStat</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||||
<ProjectGuid>{16F6EFC6-A76E-4BFB-A9D6-A197E117BA9E}</ProjectGuid>
|
<ProjectGuid>{16F6EFC6-A76E-4BFB-A9D6-A197E117BA9E}</ProjectGuid>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
|
|||||||
# Visual Studio Version 16
|
# Visual Studio Version 16
|
||||||
VisualStudioVersion = 16.0.29411.108
|
VisualStudioVersion = 16.0.29411.108
|
||||||
MinimumVisualStudioVersion = 10.0.40219.1
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UpdateStandardPartFamilyMemberUsageStatus", "UpdateStandardPartFamilyMemberUsageStatus.csproj", "{16F6EFC6-A76E-4BFB-A9D6-A197E117BA9E}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UpdateStandPartFamMemUsStat", "UpdateStandPartFamMemUsStat.csproj", "{16F6EFC6-A76E-4BFB-A9D6-A197E117BA9E}"
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Loading…
Reference in New Issue
Block a user