diff ServerMonitor/Controls/CheckControl.cs @ 4:3142e52cbe69

Lots more progress
author Brad Greco <brad@bgreco.net>
date Sun, 10 Feb 2019 20:51:26 -0500
parents 453ecc1ed9ea
children 7127d5b5ac75
line wrap: on
line diff
--- a/ServerMonitor/Controls/CheckControl.cs	Fri Jan 11 22:34:18 2019 -0500
+++ b/ServerMonitor/Controls/CheckControl.cs	Sun Feb 10 20:51:26 2019 -0500
@@ -13,7 +13,7 @@
     /// <remarks>This control should never be used directly, but marking it abstract causes problems with the designer.</remarks>
     public partial class CheckControl : UserControl
     {
-        public Type CheckType { get { return GetCheckType(GetType()); } }
+        public Type CheckType => GetCheckType(GetType());
 
         public CheckControl()
         {