/
Danyechka0
/
executor1
Обзор
Документация
Войти
/
Danyechka0
/
executor1
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Program.cs
22 строки
551 B
Danyechka0
Add files via upload
17 апр 2026, 19:31
Не верифицирован
17 апр 2026, 19:31
9e805c2
Код
Авторство
О чём код?
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; namespace NeverwhereInjector1 { internal static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new Form1()); } } }