Beispiel #1
0
 public frmEmailAutoMation(IEmailAutomationPresentor presentor)
 {
     InitializeComponent();
     this.Width            = 572;
     cmbDate.SelectedIndex = 2;
     _presentor            = presentor;
     _presentor.SetView(this);
     _presentor.Actionchanged        += frmEmailAutoMation_ActionChanged;
     _presentor.ProgressValueChanged += frmEmailAutoMation_ProgressValueChanged;
 }
 public frmEmailAutoMation(IEmailAutomationPresentor presentor)
 {
     InitializeComponent();
     _presentor = presentor;
     _presentor.SetView(this);
     _presentor.Actionchanged += frmEmailAutoMation_ActionChanged;
     _presentor.ProgressValueChanged += frmEmailAutoMation_ProgressValueChanged;
 }