Example #1
0
 public Clone()
 {
     LearnedProgramms.CreateLinkedStack("basic");
     RolledBackProgramms = new LinkedStack <string>();
 }