mirror of
https://github.com/2dust/v2rayN.git
synced 2026-09-27 01:00:39 +03:00
8 lines
159 B
C#
8 lines
159 B
C#
namespace ServiceLib.Models
|
|
{
|
|
public class CmdItem
|
|
{
|
|
public string? Cmd { get; set; }
|
|
public string? Arguments { get; set; }
|
|
}
|
|
} |