Exemplo n.º 1
0
 public void AddCaseAction(CaseAction _caseAction)
 {
     _caseAction.Case = this;
     _caseActions.Add(_caseAction);
 }
Exemplo n.º 2
0
 public void AddCaseAction(CaseAction _caseAction)
 {
     _caseAction.Case = this;
     _caseActions.Add(_caseAction);
 }
Exemplo n.º 3
0
 public void AddCaseAction(CaseAction caseAction)
 {
     caseAction.CaseMode = this;
     _caseActions.Add(caseAction);
 }
Exemplo n.º 4
0
 public void AddCaseAction(CaseAction caseAction)
 {
     caseAction.CaseMode = this;
     _caseActions.Add(caseAction);
 }