using System.Windows.Controls; namespace PDF_Office.Views { /// /// Interaction logic for ViewContent /// public partial class ViewContent : UserControl { public ViewContent() { InitializeComponent(); } private void PropPanel_SizeChanged(object sender, System.Windows.SizeChangedEventArgs e) { } } }