示例#1
0
        // empties the temp table
        public void EmptyTemp()
        {
            DbControl control = new DbControl();

            control.EmptyTemp();
        }