- 201 名前:189 mailto:sage [2010/05/29(土) 09:29:35 ]
- >>190
こんなかんじです private void onUpdate(){ // initialize the dialog nameBox.Text = station.name; label_loaded.Text = string.Format("{0} / {1}",station.LoadedToday,station.LoadedYesterday); label_unloaded.Text = string.Format("{0} / {1}", station.UnloadedToday, station.UnloadedYesterday); label_trains.Text = string.Format("{0} / {1}", station.TrainsToday, station.TrainsYesterday); label_waiting.Text = string.Format("{0} / {1}",station.WaitingPassengers, station.population); label_entering.Text = string.Format("{0} / {1}",station.WantEntering, station.entering); label_LastUnloded.Text = station.lastUnloaded.ToString(); }
|

|