SharpsAnnotPropertyViewModel.cs 339 B

1234567891011121314151617
  1. using Prism.Mvvm;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. using System.Threading.Tasks;
  7. namespace PDF_Office.ViewModels.PropertyPanel.AnnotPanel
  8. {
  9. public class SharpsAnnotPropertyViewModel : BindableBase
  10. {
  11. public SharpsAnnotPropertyViewModel()
  12. {
  13. }
  14. }
  15. }