using System.Windows; namespace OpenSEMI.ClientBase.Command { public interface ICommandTrigger { void Initialize(FrameworkElement source); } }