示例#1
0
        public static void Run(ITableStructure table, List <string> columns)
        {
            var win = new DataSqlGenChooseColumnsForm(table, columns);

            win.ShowDialogEx();
        }