Exemplo n.º 1
0
        public void SetObj(IGameObj obj)
        {
            this.obj           = obj;
            this.properityList = new ProperityList(obj);

            this.DataSource = properityList.List;
        }
Exemplo n.º 2
0
 public void ClearObj ()
 {
     this.obj = null;
     this.properityList = null;
 }
Exemplo n.º 3
0
        public void SetObj ( IGameObj obj )
        {
            this.obj = obj;
            this.properityList = new ProperityList( obj );

            this.DataSource = properityList.List;
        }
Exemplo n.º 4
0
 public void ClearObj()
 {
     this.obj           = null;
     this.properityList = null;
 }