예제 #1
0
 private async void ButtonSF_Click(object sender, RoutedEventArgs e)
 {
     await SalesForce.Automate();
 }
예제 #2
0
 public async Task Execute(IJobExecutionContext context)
 {
     await SalesForce.Automate();
 }