ViewContent.xaml.cs 411 B

1234567891011121314151617181920
  1. using System.Windows.Controls;
  2. namespace PDF_Office.Views
  3. {
  4. /// <summary>
  5. /// Interaction logic for ViewContent
  6. /// </summary>
  7. public partial class ViewContent : UserControl
  8. {
  9. public ViewContent()
  10. {
  11. InitializeComponent();
  12. }
  13. private void PropPanel_SizeChanged(object sender, System.Windows.SizeChangedEventArgs e)
  14. {
  15. }
  16. }
  17. }