using System; using System.Collections.Generic; using System.Linq; namespace WI { public abstract class CanvasBase : UIBase, ISingle { } }