comparison ServerMonitor/Controls/ServerSummaryControl.cs @ 9:7127d5b5ac75

Code cleanup and comments
author Brad Greco <brad@bgreco.net>
date Mon, 08 Apr 2019 21:29:54 -0400
parents 052aa62cb42a
children
comparison
equal deleted inserted replaced
8:052aa62cb42a 9:7127d5b5ac75
1 using System; 1 using System;
2 using System.Collections.Generic;
3 using System.ComponentModel;
4 using System.Drawing;
5 using System.Data;
6 using System.Linq;
7 using System.Text;
8 using System.Windows.Forms; 2 using System.Windows.Forms;
9 3
10 namespace ServerMonitorApp 4 namespace ServerMonitorApp
11 { 5 {
12 public partial class ServerSummaryControl : UserControl 6 public partial class ServerSummaryControl : UserControl