Exemplo n.º 1
0
 public RegexModel()
 {
     NextCommand = new NextCommand(RegexHandler);
     PreviousCommand = new PreviousCommand(RegexHandler);
 }
Exemplo n.º 2
0
 public RegexModel()
 {
     NextCommand     = new NextCommand(RegexHandler);
     PreviousCommand = new PreviousCommand(RegexHandler);
 }