add auto module fetch on startup and finished module creation form for real now
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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 {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user