示例#1
0
        internal void UIValue(StationInfo Record)
        {
            Record = StationInfo.GetRecord();
            int a = Record.retCode;

            db       = Record.retVal;
            savePath = "C:\\Users\\user\\Desktop\\rawdata\\" + db.Station_0001.mday;
            Console.WriteLine(db.Station_0001.mday);
            //board.AppendText("站點:  "+db.Station_0001.sna+"\n"
            //    +"資料更新時間:  "+db.Station_0001.mday+"\n"
            //    +"目前車輛數:  "+db.Station_0001.sbi+"\n"
            //    +"空位數量:  "+db.Station_0001.bemp+"\n"
            //    +"總停車格:  "+db.Station_0001.tot+"\n"
            //    +"*******************"+"\n");
        }