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