Example #1
0
unsigned int __stdcall MonitorAsClientToo(void *)
{
	myself_computer.ConncetWithServer();
	myself_computer.SendHostname();
	myself_computer.BegintoWork();
	myself_computer.SendDeviation();
	
	return 0;
}