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