minor changes in constants class

This commit is contained in:
Kaustav Chaudhuri 2023-05-31 11:53:10 +05:30
parent 3bb59d6ae4
commit c411b27ed7

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;
}
}