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