Example #1
0
 public void Remember(string key, object value)
 {
     notepad.WriteDown(key, value);
 }