using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace MudDesigner.UIWidgets { public interface IWidget { void InstallControl(string path); } }