Exemplo n.º 1
0
            public UInt16UInt16O(UInt16 EmpID, UInt16 Year, List <byte> PayIDs)
            {
                UInt16UInt16S uInt16UInt16S = new UInt16UInt16S(EmpID, Year);

                this.UInt16UInt16S = uInt16UInt16S;
                this.PayIDs        = PayIDs;
            }
Exemplo n.º 2
0
            public UInt16UInt16O(UInt16 EmpID, UInt16 Year)
            {
                UInt16UInt16S uInt16UInt16S = new UInt16UInt16S(EmpID, Year);

                this.UInt16UInt16S = uInt16UInt16S;
                PayIDs             = new List <byte>();
            }