5 lines
44 B
C#
Raw Normal View History

public interface IShow
{
void Show();
}