From 66c66e69217493357d03b1986b7a38933944c1c3 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 10 Apr 2018 11:35:30 +0300 Subject: Added event resolvable / requires user. Added HTML Templates.. --- .../Modules/Tango.MachineStudio.DB/Views/DBViews/EventTypeView.xaml | 6 ++++++ .../Tango.MachineStudio.DB/Views/DBViews/EventTypesView.xaml | 5 +++++ 2 files changed, 11 insertions(+) (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB') diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Views/DBViews/EventTypeView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Views/DBViews/EventTypeView.xaml index 6e804ef3c..4c1111ed7 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Views/DBViews/EventTypeView.xaml +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Views/DBViews/EventTypeView.xaml @@ -33,6 +33,12 @@ + + + + + + diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Views/DBViews/EventTypesView.xaml b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Views/DBViews/EventTypesView.xaml index 701fa3f77..19700c976 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Views/DBViews/EventTypesView.xaml +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.DB/Views/DBViews/EventTypesView.xaml @@ -5,6 +5,7 @@ xmlns:controls="clr-namespace:Tango.MachineStudio.DB.Controls" xmlns:global="clr-namespace:Tango.MachineStudio.DB" xmlns:converters="clr-namespace:Tango.MachineStudio.DB.Converters" + xmlns:sharedConverters="clr-namespace:Tango.SharedUI.Converters;assembly=Tango.SharedUI" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="clr-namespace:Tango.MachineStudio.DB.Views.DBViews" mc:Ignorable="d" @@ -12,6 +13,7 @@ + @@ -25,6 +27,9 @@ + + + -- cgit v1.3.1