Wünsche viel Vergnügen beim Zeiten stoppen.
static void Main(string[] args) { Configuration configuration = new Configuration(); configuration.ApiKey = {apikey}; configuration.Domain = new Uri("https://{domain}.mite.yo.lk"); using (IDataContext context = new MiteDataContext(configuration)) { Project project = new Project(); project.Name = "mite.net"; context.Create(project); } } |
Das Projekt ist auf Codeplex gehostet [ mitenet.codeplex.com ] und steht unter der MS-PL.