2023-02-08 09:30:13 -07:00

8 lines
96 B
C#

namespace LibationUiBase
{
public interface ILogForm
{
void WriteLine(string text);
}
}