Ejemplo n.º 1
0
        public IList <int> GetSubGraph(int clueWord, Language lang)
        {
            GraphFinder finder = new GraphFinder();
            IList <int> result = finder.GetLinkedCWords2(clueWord);

            return(result);
        }
Ejemplo n.º 2
0
 static void OpenFinder()
 {
     GraphFinder.ShowWindow();
 }