Example #1
0
        public Pds Clone()
        {
            var pds = new Pds();

            pds.Section = Section;
            pds.Owner   = Owner;
            pds.Content = Content;
            pds.Page    = Page;
            pds.X       = X;
            pds.Y       = Y;
            return(pds);
        }
Example #2
0
 internal PdsReceivedEventArgs(Pds pds)
 {
     PDS = pds;
 }