client/src/Iri.Modernisation.Controls/ViewModel/AnnotationMaker/AnnotationMakerVM.cs
equal
deleted
inserted
replaced
384 HttpSender helper = new HttpSender(new Uri("http://mtotet.free.fr/TestHttpSender/index.php"), "POST", |
384 HttpSender helper = new HttpSender(new Uri("http://mtotet.free.fr/TestHttpSender/index.php"), "POST", |
385 new KeyValuePair<string, string>("authKey", "123456" ), |
385 new KeyValuePair<string, string>("authKey", "123456" ), |
386 new KeyValuePair<string, string>("newAnnotation", newfile.ToString()), |
386 new KeyValuePair<string, string>("newAnnotation", newfile.ToString()), |
387 new KeyValuePair<string, string>("msg", "303")); |
387 new KeyValuePair<string, string>("msg", "303")); |
388 helper.ResponseComplete += new HttpResponseCompleteEventHandler(helper_ResponseComplete); |
388 helper.ResponseComplete += new HttpResponseCompleteEventHandler(helper_ResponseComplete); |
389 helper.Execute(); |
389 // helper.Execute(); |
|
390 MessageBox.Show(newfile.ToString()); |
390 _refElement = null; |
391 _refElement = null; |
391 OnPropertyChanged("IsControlEnable"); |
392 OnPropertyChanged("IsControlEnable"); |
392 |
393 |
393 } |
394 } |
394 |
395 |