Exemplo n.º 1
0
        public GradingPostion Copy()
        {
            GradingPostion thiscopy = new GradingPostion();

            thiscopy._Name          = this._Name;
            thiscopy._Field         = this._Field;
            thiscopy._GradingFields = this.GradingFields;
            thiscopy._CommentField  = this._CommentField;
            return(thiscopy);
        }
Exemplo n.º 2
0
 public int Add(GradingPostion playerPostion)
 {
     return(this.innerList.Add(playerPostion));
 }