diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2022-05-14 21:34:53 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2022-05-14 21:34:53 +0300 |
| commit | baa65cb88df619c3df68bdf91e0e0476ca614998 (patch) | |
| tree | 285bdba7a53fc3e4f4e282dac96f03bf58ff0b86 /Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/MachineStatusControl.xaml.cs | |
| parent | f42516c06b3bb1f4f2f05384a4c341ee423aed82 (diff) | |
| download | Tango-baa65cb88df619c3df68bdf91e0e0476ca614998.tar.gz Tango-baa65cb88df619c3df68bdf91e0e0476ca614998.zip | |
Vector Fine Tuning - add dialog.
Related Work Items: #6536
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/MachineStatusControl.xaml.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/MachineStatusControl.xaml.cs | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/MachineStatusControl.xaml.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/MachineStatusControl.xaml.cs new file mode 100644 index 000000000..55f1294f2 --- /dev/null +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Controls/MachineStatusControl.xaml.cs @@ -0,0 +1,28 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows; +using System.Windows.Controls; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Input; +using System.Windows.Media; +using System.Windows.Media.Imaging; +using System.Windows.Navigation; +using System.Windows.Shapes; + +namespace Tango.PPC.Common.Controls +{ + /// <summary> + /// Interaction logic for MachineStatusControl.xaml + /// </summary> + public partial class MachineStatusControl : UserControl + { + public MachineStatusControl() + { + InitializeComponent(); + } + } +} |
