示例#1
0
文件: Patient.cs 项目: jscoma/SADTest
        public static void graphThreadStart(object uniqueID)
        {
            GraphTemplate graph = new GraphTemplate(uniqueID.ToString());

            graph.ShowDialog();
        }
示例#2
0
文件: Hub.cs 项目: jscoma/SADTest
        public static void graphThreadStart()
        {
            GraphTemplate graph = new GraphTemplate();

            graph.ShowDialog();
        }