Ejemplo n.º 1
0
    private void DeleteAllMail()
    {
        if (listElementMail.Count < 1)
        {
            LPopup.OpenPopupTop("Thông Báo", "Hòm Thư Trống!");
            return;
        }

        UILayerController.Instance.ShowLoading();
        SendRequest.DeleteAllMail();
    }