Browse Source

minor changes in constants class

master
Kaustav Chaudhuri 1 year ago
parent
commit
c411b27ed7
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      GMCabsDriverAssistantSolution/Constants.cs

+ 2
- 0
GMCabsDriverAssistantSolution/Constants.cs View File

@ -7,5 +7,7 @@ namespace GMCabsDriverAssistant
partial class Constants
{
public const string VoucherScanUseFrontCamera = "VoucherScanUseFrontCamera";
public const int RYDO_TYPE = 1;
public const int METER_TYPE = 2;
}
}

Loading…
Cancel
Save