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