Beispiel #1
0
 public UserRecorder(StoryRecorderBase <T> storyRecorder)
 {
     this.storyRecorder = storyRecorder;
 }
Beispiel #2
0
 public BotRecorder(StoryRecorderBase <T> storyRecorder)
 {
     this.StoryRecorder = storyRecorder;
 }