www.pudn.com > FORU(SMS).rar > formTest.cs


using System; 
using System.Collections.Generic; 
using System.ComponentModel; 
using System.Data; 
using System.Drawing; 
using System.Text; 
using System.Windows.Forms; 
using ClassLib; 
 
namespace FORU_SMS_ 
{ 
    public partial class formTest : Form 
    { 
        ClassLib.ConClass Con = new ConClass(); 
        public formTest() 
        { 
            InitializeComponent(); 
        } 
 
        private void formTest_Load(object sender, EventArgs e) 
        { 
 
        } 
    } 
}