Files
Server-Dashboard/Server Dashboard/User/ModuleData/ServerData/ServerModules/Motherboard.cs

13 lines
300 B
C#

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