2024-04-17 11:35:49 +04:00
|
|
|
namespace PolyclinicView
|
|
|
|
{
|
|
|
|
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();
|
2024-04-28 12:36:16 +04:00
|
|
|
//Application.Run();
|
2024-04-17 11:35:49 +04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|