using System; namespace LibationWinForms.BookLiberation { public interface ILogForm { void WriteLine(string text); } }