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