using System; using InABox.Core; namespace InABox.Avalonia { public interface ILookupShell : IShell { String LookupCode { get; } String LookupDescription { get; } } }