using System; namespace SAGA.DotNetUtils.WPF { [AttributeUsage(AttributeTargets.Method)] public class CommandAttribute : Attribute { } }