Удалить 'DoubleDeckerBus/Program.cs'
This commit is contained in:
parent
7380476d34
commit
3daaaa8edf
@ -1,17 +0,0 @@
|
|||||||
using System.Drawing;
|
|
||||||
|
|
||||||
namespace DoubleDeckerBus
|
|
||||||
{
|
|
||||||
internal static class Program
|
|
||||||
{
|
|
||||||
/// <summary>
|
|
||||||
/// The main entry point for the application.
|
|
||||||
/// </summary>
|
|
||||||
[STAThread]
|
|
||||||
static void Main()
|
|
||||||
{
|
|
||||||
ApplicationConfiguration.Initialize();
|
|
||||||
Application.Run(new FormDoubleDeckerBus());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user