Update nome form
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ namespace Test_S7
|
||||
{
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
Application.Run(new MainForm());
|
||||
Application.Run(new TestMainForm());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user