- using System.Windows.Controls;
- namespace PDF_Master.Views.TipContent
- {
- /// <summary>
- /// Interaction logic for FileRestrictedTip
- /// </summary>
- public partial class FileRestrictedTip : UserControl
- {
- public FileRestrictedTip()
- {
- InitializeComponent();
- }
- }
- }
|