摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace ConsoleApplication 8 { 9 class Program10 {11 static void Main(string[] args) //客户端12 {13 Heater t = new Heater(); //初始化Hea... 阅读全文
摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace Test 7 { 8 class Start 9 {10 public static void Main()11 {12 Tool.Fan fan = new Tool.Fan();13 fan.Rotating += new Tool.RotatingEventHander(fan... 阅读全文
摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace ConsoleApplication15 7 { 8 class Program 9 { 10 static void Main(string[] args) 11 { 12 Monitor m = new Monitor(); 13 m.PropertyChang... 阅读全文