ISEbd-12_Frolova.A.S._LabWork03_Simple #5

Closed
Fr_Alyona wants to merge 4 commits from LabWork03 into LabWork02
2 changed files with 1 additions and 17 deletions
Showing only changes of commit e3e989c419 - Show all commits

1
.gitignore vendored
View File

@ -398,3 +398,4 @@ FodyWeavers.xsd
# JetBrains Rider
*.sln.iml
/ProjectCatamaran/ProjectCatamaran/Resources/Program.cs

View File

@ -1,17 +0,0 @@
namespace ProjectCatamaran.Resources
{
internal static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
// To customize application configuration such as set high DPI settings or default font,
// see https://aka.ms/applicationconfiguration.
ApplicationConfiguration.Initialize();
Application.Run(new FormCatamaran());
}
}
}