private void OnCommit(CommandCommitedEventArgs e) { if (null != Committed) { Committed(this, e); } }
private void OnCommit(CommandCommitedEventArgs e) { if (null != Committed) Committed (this, e); }