Add() 공개 메소드

public Add ( AppMsg appMsg ) : void
appMsg AppMsg
리턴 void
예제 #1
0
파일: AppMsg.cs 프로젝트: ClrsDream/AppMsg
        public void Show()
        {
            MsgManager manager = MsgManager.ObTain(mActivity);

            manager.Add(this);
        }