コード例 #1
0
 public MailChimpAutomation()
 {
     overview          = new MCAutomationsOverview();
     automationsemails = new MCAutomationsEmails();
     emailQueue        = new MCAutomationsEmailsQueue();
     removedSubscriber = new MCAutomationsRemoveSubscriber();
 }
コード例 #2
0
 public MailChimpAutomation()
 {
     overview = new MCAutomationsOverview();
     automationsemails = new MCAutomationsEmails();
     emailQueue = new MCAutomationsEmailsQueue();
     removedSubscriber = new MCAutomationsRemoveSubscriber();
 }