using System.Windows.Controls; namespace TeamAAS_VP.Views.Product { /// <summary> /// Interaction logic for ProductHome /// </summary> public partial class ProductHome : UserControl { public ProductHome() { InitializeComponent(); } } }