Skip to content
Snippets Groups Projects
Commit e8d7c45c authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Use namespace shortcut

parent 63a95aec
Branches
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@ using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Management;
using ATxCommon.Serializables;
using NLog;
namespace ATxCommon
......@@ -55,7 +56,7 @@ namespace ATxCommon
/// Check all configured disks for their free space and generate a
/// summary with details to be used in a notification message.
/// </summary>
public static string CheckFreeDiskSpace(List<Serializables.DriveToCheck> drives) {
public static string CheckFreeDiskSpace(List<DriveToCheck> drives) {
var msg = "";
foreach (var driveToCheck in drives) {
var freeSpace = GetFreeDriveSpace(driveToCheck.DriveName);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment