1.方法using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace SpringTest{ public class Person:IPerson { #region IPerson 成员 public void Actor(string msg) { MessageBox.Show(msg); } #endregio... Read More
posted @ 2013-08-15 14:43
咸鱼公子
Views(320)
Comments(1)
Diggs(1)

浙公网安备 33010602011771号