Ejemplo n.º 1
0
 static void Main(string[] args)
 {
     ResearchWrong.Search();
     WriteLine("");
     WriteLine("----------------------------------------");
     WriteLine("");
     Research.Search();
 }
Ejemplo n.º 2
0
 static void Main(string[] args)
 {
     var relationships = new Relationships();
     var research      = new Research(relationships);
 }