예제 #1
0
파일: User.cs 프로젝트: zhangjunzhere/YF17A
        private void NotifyObservers(String info)
        {
            PageDataExchange context = PageDataExchange.getInstance();

            context.NotifyAllObeservers(TAG, info);
        }