client/src/Iri.Modernisation.Controls/ViewModel/AnnotationMaker/AnnotationMakerVM.cs
changeset 36 b6df6fce6e5d
parent 35 43bb1b8ed555
child 38 bd33267300aa
--- a/client/src/Iri.Modernisation.Controls/ViewModel/AnnotationMaker/AnnotationMakerVM.cs	Mon Jan 25 09:30:22 2010 +0100
+++ b/client/src/Iri.Modernisation.Controls/ViewModel/AnnotationMaker/AnnotationMakerVM.cs	Wed Jan 27 10:37:39 2010 +0100
@@ -386,7 +386,8 @@
                 new KeyValuePair<string, string>("newAnnotation", newfile.ToString()),
                 new KeyValuePair<string, string>("msg", "303"));
             helper.ResponseComplete += new HttpResponseCompleteEventHandler(helper_ResponseComplete);
-            helper.Execute();
+           // helper.Execute();
+            MessageBox.Show(newfile.ToString());
             _refElement = null;
             OnPropertyChanged("IsControlEnable");