parent
d337a476b4
commit
06cad3e355
17
DoubleDeckerBus/Program.cs
Normal file
17
DoubleDeckerBus/Program.cs
Normal file
@ -0,0 +1,17 @@
|
||||
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