public void CommitUpdate()
 {
     UpdateCommited?.Invoke(this, new DocumentEventArgs());
 }
示例#2
0
 public void CommitUpdate()
 {
     UpdateCommited?.Invoke(this, EventArgs.Empty);
 }