2025-10-09 17:36:27 +08:00

5 lines
44 B
C#

public interface IShow
{
void Show();
}