public ApiDataViewModel() { TxnTypes.Add("P", "Purchase Cash"); TxnTypes.Add("R", "Refund"); LoadSettings(); LoadData(); }
public ApiDataViewModel() { TxnTypes.Add("P", "Purchase Cash"); TxnTypes.Add("R", "Refund"); }
public IPData() { TxnTypes.Add("P", "Purchase Cash"); TxnTypes.Add("R", "Refund"); }