public virtual void EndStrip() { if (!stripping) { throw new InvalidOperationException("WallStrip already stopped"); } last.CloseTo(this.stripCloseEnd); this.stripping = false; }
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); }