Beispiel #1
0
 public object OnOpenLoadingPanel(params object[] objs)
 {
     LoadingView.GetInstance().Show();
     return(null);
 }
Beispiel #2
0
 public object OnCloseLoadingPanel(params object[] objs)
 {
     LoadingView.GetInstance().Hide();
     return(null);
 }