using System.Windows.Controls; namespace MSFSPopoutPanelManager.MainApp { public partial class TouchEnabledButton : UserControl { public TouchEnabledButton() { InitializeComponent(); } } }