コード例 #1
0
 public MobileSMSController()
 {
     adp       = new Adapter();
     cmd       = new SqlCommand();
     mobileSMS = new MobileSMS();
 }