예제 #1
0
 public Win32IcmpV4Statistics(Win32_MIBICMPINFO info)
 {
     iin  = info.InStats;
     iout = info.OutStats;
 }
예제 #2
0
		public Win32IcmpV4Statistics (Win32_MIBICMPINFO info)
		{
			iin = info.InStats;
			iout = info.OutStats;
		}