Esempio n. 1
0
        public TextBlastSMSMainform()
        {
            InitializeComponent();

            sms          = new ClassSMS();
            listMobileNo = new List <string>();
            cat          = new ClassPosition();
        }
        public SMSMainform()
        {
            InitializeComponent();
            sms = new ClassSMS(this);
            //this._frm = _frm;

            // cat = new ClassCategory();
            //listMobileNo.
        }