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

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