Пример #1
0
 public override MatchMaker CopyInstance()
 {
     MatchLetter matcher = new MatchLetter(this);
     return matcher;
 }
Пример #2
0
 private MatchLetter(MatchLetter toCopy)
     : base(toCopy)
 {
     this.myLetter = toCopy.myLetter;
 }