2024-02-25 19:23:21 +04:00
|
|
|
|
namespace SushiBar
|
|
|
|
|
{
|
|
|
|
|
internal static class Program
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// The main entry point for the application.
|
2024-02-25 19:25:03 +04:00
|
|
|
|
/// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> 1 <20><><EFBFBD><EFBFBD>
|
2024-02-25 19:23:21 +04:00
|
|
|
|
/// </summary>
|
|
|
|
|
[STAThread]
|
|
|
|
|
static void Main()
|
|
|
|
|
{
|
|
|
|
|
// To customize application configuration such as set high DPI settings or default font,
|
|
|
|
|
// see https://aka.ms/applicationconfiguration.
|
2024-02-25 19:25:03 +04:00
|
|
|
|
//ApplicationConfiguration.Initialize();
|
2024-02-25 19:23:21 +04:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|