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