Exemplo n.º 1
0
        public RealmFriendshipNotiSettingPage()
        {
            notiManager = new RealmFriendshipNotiManager();
            Notis       = notiManager.Notis;

            Utils.RefreshCollectionView(ListView, Notis);
        }
Exemplo n.º 2
0
 public RealmFriendshipSimpleEdit() : base(RFEnv.Bounty, 0, RFEnv.MaxRF)
 {
     notiManager = new RealmFriendshipNotiManager();
 }