Exemple #1
0
 public RegexModel()
 {
     NextCommand = new NextCommand(RegexHandler);
     PreviousCommand = new PreviousCommand(RegexHandler);
 }
Exemple #2
0
 public RegexModel()
 {
     NextCommand     = new NextCommand(RegexHandler);
     PreviousCommand = new PreviousCommand(RegexHandler);
 }