Пример #1
0
        public static void graphThreadStart(object uniqueID)
        {
            GraphTemplate graph = new GraphTemplate(uniqueID.ToString());

            graph.ShowDialog();
        }
Пример #2
0
        public static void graphThreadStart()
        {
            GraphTemplate graph = new GraphTemplate();

            graph.ShowDialog();
        }