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