Ejemplo n.º 1
0
 public Matrix()
 {
     windowM      = new WindowOutput();
     simpleParser = new SimpleParser();
     r            = new Random();
 }
 public Mathematical()
 {
     simpleParser = new SimpleParser();
 }
Ejemplo n.º 3
0
 public StringManipulations()
 {
     simpleParser = new SimpleParser();
 }