public static void Show(string msg) { var ed = new MsgDialog(msg); DialogHost.Show(ed, "RootDialog"); }