mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-01-28 15:51:07 -05:00
8 lines
96 B
C#
8 lines
96 B
C#
namespace LibationUiBase
|
|
{
|
|
public interface ILogForm
|
|
{
|
|
void WriteLine(string text);
|
|
}
|
|
}
|