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