示例#1
0
        public static Run createRun(int i_id)
        {
            Run newRun = new Run(i_id, true);

            return(newRun);
        }