Example #1
0
 protected override void OnOpenNew()
 {
     Profit = new OtherProfit
     {
         Date    = DateTime.Now,
         Account = ContextManager.ActiveAccounts.FirstOrDefault()
     };
 }
Example #2
0
 protected override void OnOpenEdit(object argEntity)
 {
     Profit = argEntity as OtherProfit;
 }