Beispiel #1
0
 public static CommandActionVDF FileDisabled(VdfFile file)
 => new CommandActionVDF(CommandActionVDFType.VdfDisabled, file);
Beispiel #2
0
 private CommandActionVDF(CommandActionVDFType actionType, VdfFile file)
 {
     ActionType = actionType;
     File       = file;
 }