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