13 lines
299 B
C#
13 lines
299 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace Server_Dashboard {
|
|
|
|
/// <summary>
|
|
/// This class represents a single drive on a server, this will be added
|
|
/// to a list to account for multiple drives
|
|
/// </summary>
|
|
internal class Drives {
|
|
}
|
|
} |