Update nome form

This commit is contained in:
Samuele E. Locatelli
2017-11-28 17:33:59 +01:00
parent f031fccfa5
commit e2c23ff934
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ namespace Test_S7
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new MainForm());
Application.Run(new TestMainForm());
}
}
}
+5 -5
View File
@@ -48,16 +48,16 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="MainForm.cs">
<Compile Include="TestMainForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MainForm.Designer.cs">
<DependentUpon>MainForm.cs</DependentUpon>
<Compile Include="TestMainForm.Designer.cs">
<DependentUpon>TestMainForm.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
<EmbeddedResource Include="TestMainForm.resx">
<DependentUpon>TestMainForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
@@ -1,6 +1,6 @@
namespace Test_S7
{
partial class MainForm
partial class TestMainForm
{
/// <summary>
/// Variabile di progettazione necessaria.
@@ -11,9 +11,9 @@ using S7.Net;
namespace Test_S7
{
public partial class MainForm : Form
public partial class TestMainForm : Form
{
public MainForm()
public TestMainForm()
{
InitializeComponent();