예제 #1
0
 public EGLPABC_SendEmail(Form callForm, btSHFUserLogin callLog, btSHFStructure callItem, string ss, string na, string pass)
     : base(callForm, callLog, callItem)
 {
     //将smtpserver,name,password信息传入SMail类的构造函数中
     mySendEmail = new SMail(ss, na, pass);
     InitializeComponent();
 }
예제 #2
0
 public EGLPABC_SendEmail(Form callForm, btSHFUserLogin callLog, btSHFUnitPractice callUnit, btSHFStructure callItem, string ss, string na, string pass)
     : base(callForm, callLog, callUnit, callItem)
 {
     //将smtpserver,name,password信息传入SMail类的构造函数中
     mySendEmail = new SMail(ss, na, pass);
     InitializeComponent();
 }
 public EGLPABC082_ReceiveEmail(Form callForm, btSHFUserLogin callLog, btSHFUnitPractice callUnit, btSHFStructure callItem, string ps, string na, string pass)
     : base(callForm, callLog, callUnit, callItem)
 {
     myReMail = new RMail(ps, na, pass);
     InitializeComponent();
 }
 public EGLPABC082_ReceiveEmail(Form callForm, btSHFUserLogin callLog, btSHFUnitPractice callUnit, btSHFStructure callItem, string ps, string na, string pass)
     : base(callForm, callLog, callUnit, callItem)
 {
     myReMail = new RMail(ps, na, pass);
     InitializeComponent();
 }
예제 #5
0
 public EGLPABC082_SetEmail(Form callForm, btSHFUserLogin callLog, btSHFUnitPractice callUnit, btSHFStructure callItem)
     : base(callForm, callLog, callUnit, callItem)
 {
     InitializeComponent();
 }
예제 #6
0
 public EGLPABC082_SetEmail(Form callForm, btSHFUserLogin callLog, btSHFUnitPractice callUnit, btSHFStructure callItem)
     : base(callForm, callLog, callUnit, callItem)
 {
     InitializeComponent();
 }