using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace monitor_main_windows.Monitor { class Monitor { /// /// 构造函数 /// public Monitor() { } /// /// 析构函数 /// ~Monitor() { } } }