public monitor() { DatCpu = new Processor(); DatOs = new Os(); DatNetCard = new Netcard(); FillDataProcessor(); FillDataOs(); FillDataNetCard(); }