Exemplo n.º 1
0
 public void TestExcercize1()
 { 
     WordAnalyzer wordAnlyzer = new WordAnalyzer();
     string readText = wordAnlyzer.loadFile();
     string entry = wordAnlyzer.getEntry("Ruben Walson");
     string byEmail = wordAnlyzer.getEntry("*****@*****.**");
 }
Exemplo n.º 2
0
 static void Main(string[] args)
 {
     WordAnalyzer wordAnlyzer = new WordAnalyzer();
     string readText = wordAnlyzer.loadFile();
 }