I found an example of creating a custom trigger in c:\Program Files (x86)\VisualCron\API\samples\TestClient\frmTest.cs:
private void btnAddJobWithCustomTrigger2_Click(object sender, EventArgs e)
How can I clone the existing trigger? Please provide code example