LANCommander/LANCommander.SDK/Enums/SavePathType.cs

13 lines
180 B
C#
Raw Permalink Normal View History

2023-03-28 21:30:29 -05:00
using System;
using System.Collections.Generic;
using System.Text;
namespace LANCommander.SDK.Enums
{
public enum SavePathType
{
File,
Registry
}
}