namespace NTERA.Core { public interface IMainWindow { void Clear_RichText(); string InternalEmueraVer { get; } string EmueraVerText { get; } } }