Files
Shrlalgo.RvKits/AntdWpfDemo/IShell.cs
2025-07-31 20:12:24 +08:00

7 lines
67 B
C#

namespace AntDesignWPFDemo
{
interface IShell
{
}
}