using System.Windows.Input; namespace GeekDesk.Interface { public interface IWindowCommon { void OnKeyDown(object sender, KeyEventArgs e); } }