Esempio n. 1
0
 public void ReturnLoadingWithError(string Error)
 {
     //Map = false;
     //OpenComposition(0);
     ErrorPopup.Show(true, Error);
     ErrorPopup.InvokeHide();
 }