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