示例#1
0
 static void Main(string[] args)
 {
     ControlPanel.Core.PerformanceStatisticThread thread = new ControlPanel.Core.PerformanceStatisticThread();
     thread.GetSystemNetworkStatistic();
     Console.Read();
 }
示例#2
0
 static void Main(string[] args)
 {
     ControlPanel.Core.PerformanceStatisticThread thread = new ControlPanel.Core.PerformanceStatisticThread();
     thread.GetSystemNetworkStatistic();
     Console.Read();
 }