убрал конфликт

This commit is contained in:
Petek1234 2024-04-24 13:11:48 +04:00
parent 7135783255
commit 0bd6cf07ef
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
namespace MotorBoat namespace laba_0
{ {
partial class Form1 partial class Form1
{ {

View File

@ -1,4 +1,4 @@
namespace MotorBoat namespace laba_0
{ {
public partial class Form1 : Form public partial class Form1 : Form
{ {

View File

@ -3,7 +3,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework> <TargetFramework>net7.0-windows</TargetFramework>
<RootNamespace>MotorBoat</RootNamespace> <RootNamespace>laba_0</RootNamespace>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms> <UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>

View File

@ -1,4 +1,4 @@
namespace MotorBoat namespace laba_0
{ {
internal static class Program internal static class Program
{ {