using System; using System.Collections.Generic; using System.Text; namespace Server_Dashboard { /// /// This class represents the mainboard /// It will hold information about the chipset, number of hardware etc... /// internal class Motherboard { } }