feat: MainView

This commit is contained in:
2026-04-13 09:29:03 +03:00
parent 8cf1c89863
commit 16c5b5d42f
9 changed files with 518 additions and 3 deletions
+10 -1
View File
@@ -2,8 +2,17 @@
public partial class Program
{
// Список аргументов командной строки
// Аргументы командной строки
private static List<string> _args = new List<string>();
public static string[] Args
{
get
{
var copy = new string[_args.Count()];
_args.CopyTo(copy);
return copy;
}
}
/// <summary>
/// Точка входа