slarny4/Demo1/UI/UserConsole.cs

13 lines
186 B
C#
Raw Normal View History

2024-10-28 12:42:04 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Demo1.UI
{
internal class UserConsole
{
}
}