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