This repository has been archived on 2022-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
metro/Metro/Program.cs

32 lines
748 B
C#
Raw Normal View History

2019-01-04 10:21:08 +03:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Metro
{
static class Program
{
/// <summary>
/// Главная точка входа для приложения.
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Authorization());
}
}
static class get_login
{
public static float Value { get; set; }
}
static class get_doljnost
{
public static string Value { get; set; }
}
}