示例#1
0
        public static EditorTable CreateTable(int column)
        {
            var state = TianGlyphUtil.GetDefaultState();
            var mchs  = TianGlyphUtil.GetDefaultMCHS(column);

            return(new EditorTable(state, mchs));
        }
示例#2
0
        public static EditorTable CreateTable(int column, TreeViewState state)
        {
            var mchs = TianGlyphUtil.GetDefaultMCHS(column);

            return(new EditorTable(state, mchs));
        }