Пример #1
0
 public RomPageToolCommand(CommandToolParser.RomPageCommandContext context)
 {
     if (context.LITERAL() == null)
     {
         return;
     }
     Page = ProcessNumber(context.LITERAL().GetText());
 }