public void NotifyActionCreated(IHanhDong hd) { if ( ActionCreated != null) { ActionCreated(this, new DoActionEventArgs(){ hanhdong = hd }); } }
public void Add( IHanhDong hanhdong) { UndoList.Add(hanhdong); RedoList.Clear(); }