Лёвушкина Анна, ПИбд-21, лаб2 простая #2
@ -53,11 +53,11 @@
|
|||||||
<Compile Include="DrawningObjectShip.cs" />
|
<Compile Include="DrawningObjectShip.cs" />
|
||||||
<Compile Include="EntityContainerShip.cs" />
|
<Compile Include="EntityContainerShip.cs" />
|
||||||
<Compile Include="EntityShip.cs" />
|
<Compile Include="EntityShip.cs" />
|
||||||
<Compile Include="Form1.cs">
|
<Compile Include="FormContainerShip.cs">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="Form1.Designer.cs">
|
<Compile Include="FormContainerShip.Designer.cs">
|
||||||
<DependentUpon>Form1.cs</DependentUpon>
|
<DependentUpon>FormContainerShip.cs</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="IMoveableObject.cs" />
|
<Compile Include="IMoveableObject.cs" />
|
||||||
<Compile Include="MoveToBorder.cs" />
|
<Compile Include="MoveToBorder.cs" />
|
||||||
@ -66,8 +66,8 @@
|
|||||||
<Compile Include="Program.cs" />
|
<Compile Include="Program.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
<Compile Include="Status.cs" />
|
<Compile Include="Status.cs" />
|
||||||
<EmbeddedResource Include="Form1.resx">
|
<EmbeddedResource Include="FormContainerShip.resx">
|
||||||
<DependentUpon>Form1.cs</DependentUpon>
|
<DependentUpon>FormContainerShip.cs</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="Properties\Resources.resx">
|
<EmbeddedResource Include="Properties\Resources.resx">
|
||||||
<Generator>ResXFileCodeGenerator</Generator>
|
<Generator>ResXFileCodeGenerator</Generator>
|
||||||
|
@ -16,7 +16,7 @@ namespace Lab1ContainersShip
|
|||||||
{
|
{
|
||||||
Application.EnableVisualStyles();
|
Application.EnableVisualStyles();
|
||||||
Application.SetCompatibleTextRenderingDefault(false);
|
Application.SetCompatibleTextRenderingDefault(false);
|
||||||
Application.Run(new Form1());
|
Application.Run(new FormContainerShip());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user