/
Radiator
/
VesAKAutoUpdate
Обзор
Документация
Войти
/
Radiator
/
VesAKAutoUpdate
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Program.cs
15 строк
396 B
Radiator
Create: Program.cs, Upd.cs, Инструкция автоапдейт.odt, Form1.cs
15 июн 2026, 11:29
Верифицирован
15 июн 2026, 11:29
c1bb6d4
Код
Авторство
О чём код?
using System; using System.Windows.Forms; internal static class Program { [STAThread] private static void Main(string[] args) { System.Text.Encoding.RegisterProvider(System.Text.CodePagesEncodingProvider.Instance); Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run((Form)(object)new Form1(args)); } }