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