32 lines
748 B
C#
32 lines
748 B
C#
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; }
|
|
}
|
|
}
|