Add() public method

public Add ( AppMsg appMsg ) : void
appMsg AppMsg
return void
Exemplo n.º 1
0
        public void Show()
        {
            MsgManager manager = MsgManager.ObTain(mActivity);

            manager.Add(this);
        }