Beispiel #1
0
 static public void SendData(HttpData _data)
 {
     if (sInstance == null)
     {
         CreatInstance();
     }
     _data.UpdateObj.Owner = sInstance.UpdateList;
     _data.SendAsync();
     sInstance.SetActive(true);
 }