Advertisement
Schnuk

Untitled

Feb 14th, 2021
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. //public class Command
  2. //{
  3. // public LimitedSizeStack<string> Stack;
  4.  
  5. // public Command(int limit)
  6. // {
  7. // Stack = new LimitedSizeStack<string>(limit);
  8. // }
  9.  
  10. // public void AddCommandToStack()
  11. //}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement