aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/ViewModels/LoggingViewVM.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-12-17 15:18:56 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-12-17 15:18:56 +0200
commit2d148c9f0de61bc09fbab89341dc05b82e45f78a (patch)
tree459d49f94ce69a894630bed01e78089edcfa7076 /Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/ViewModels/LoggingViewVM.cs
parentb98fb311b28c8e36b7b44775c641083d501ef92a (diff)
downloadTango-2d148c9f0de61bc09fbab89341dc05b82e45f78a.tar.gz
Tango-2d148c9f0de61bc09fbab89341dc05b82e45f78a.zip
Implemented PPC DataGrid Tech style.
Changed auto update icon. Changed Backup and Restore module name. Implemented Updates & Synchronization Details View.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/ViewModels/LoggingViewVM.cs')
-rw-r--r--Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/ViewModels/LoggingViewVM.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/ViewModels/LoggingViewVM.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/ViewModels/LoggingViewVM.cs
index b7634ff95..89ac7e87b 100644
--- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/ViewModels/LoggingViewVM.cs
+++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/ViewModels/LoggingViewVM.cs
@@ -210,8 +210,6 @@ namespace Tango.PPC.Technician.ViewModels
Log = SelectedLog,
});
}
-
- SelectedLog = null;
}
}