public void LoadScheds() { try { TatScheds = TatSchedTarget.GetTATSched(); } catch (Exception x) { ThisView.ShowMsg(x.ToString()); } }
public void LoadScheds() { try { TatScheds = TatSchedTarget.GetTATSched(); if (CurrentContract != null) { ContractTatScheds = ContractTatSchedTarget.FetchTatScheds((decimal)CurrentContract.CONTRACT_ID); } else { ContractTatScheds = null; } } catch (Exception x) { ThisView.ShowMsg(x.ToString()); } }