Exemplo n.º 1
0
 public virtual void EndStrip()
 {
     if (!stripping)
     {
         throw new InvalidOperationException("WallStrip already stopped");
     }
     last.CloseTo(this.stripCloseEnd);
     this.stripping = false;
 }
Exemplo n.º 2
0
 public virtual void EndStrip()
 {
     if (!stripping)
     {
         throw new InvalidOperationException("WallStrip sudah berhenti");
     }
     last.CloseTo(this.stripCloseEnd);
     this.stripping = false;
 }
 public override void CloseFrom(bool close)
 {
     real.CloseTo(close);
 }