Exemplo n.º 1
0
Arquivo: Icon.cs Projeto: tvoyle/nxkit
        public Icon(
            XElement element,
            IconAttributes attributes)
            : base(element)
        {
            Contract.Requires <ArgumentNullException>(element != null);

            this.attributes = attributes;
        }
Exemplo n.º 2
0
Arquivo: Icon.cs Projeto: nxkit/nxkit
        public Icon(
            XElement element,
            IconAttributes attributes)
            : base(element)
        {
            Contract.Requires<ArgumentNullException>(element != null);

            this.attributes = attributes;
        }