using System;using System.Collections.Generic;using System.Text;using System.Data.SqlClient;namespace mylearn{ enum orientation : byte { north=1, south=2, east=3, west=4 } struct route { public orient... Read More
posted @ 2007-12-17 21:34 老保 Views(267) Comments(0) Diggs(0)