Exemplo n.º 1
0
        public static void graphThreadStart(object uniqueID)
        {
            GraphTemplate graph = new GraphTemplate(uniqueID.ToString());

            graph.ShowDialog();
        }
Exemplo n.º 2
0
        public static void graphThreadStart()
        {
            GraphTemplate graph = new GraphTemplate();

            graph.ShowDialog();
        }