Ejemplo n.º 1
0
            public void AddProperty(Property p)
            {
                if (p != null)
                {
                    properties.Add(p);
                }

                if (p.Directive == (byte)Directives.Attributes)
                {
                    attributes = OperaHistory.ParseRow(p.Content).Properties;
                }
            }