format BindableProperty & fix a tiny issue about rank page refreshing
This commit is contained in:
@@ -16,6 +16,14 @@ namespace Billing.Languages
|
||||
public static string ConfirmDeleteBill => Text(nameof(ConfirmDeleteBill));
|
||||
public static string TitleDateFormat => Text(nameof(TitleDateFormat));
|
||||
public static string DateRangeFormat => Text(nameof(DateRangeFormat));
|
||||
public static string Custom => Text(nameof(Custom));
|
||||
public static string Monthly => Text(nameof(Monthly));
|
||||
public static string Today => Text(nameof(Today));
|
||||
public static string PastMonth => Text(nameof(PastMonth));
|
||||
public static string PastQuarter => Text(nameof(PastQuarter));
|
||||
public static string PastSixMonths => Text(nameof(PastSixMonths));
|
||||
public static string PastYear => Text(nameof(PastYear));
|
||||
public static string Total => Text(nameof(Total));
|
||||
public static string Cash => Text(nameof(Cash));
|
||||
public static string CreditCard => Text(nameof(CreditCard));
|
||||
public static string DebitCard => Text(nameof(DebitCard));
|
||||
|
||||
Reference in New Issue
Block a user