slarny4/Demo1/UI/UserConsole.cs
2024-10-28 15:42:04 +03:00

13 lines
186 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Demo1.UI
{
internal class UserConsole
{
}
}