Exemplo n.º 1
0
        public void ReadSystem(IMathSystem system)
        {
            if(system == null)
                throw new ArgumentNullException("system");

            system.AcceptSystemBuilder(_builder);
        }
Exemplo n.º 2
0
        public void ReadSystem(IMathSystem system)
        {
            if (system == null)
            {
                throw new ArgumentNullException("system");
            }

            system.AcceptSystemBuilder(_builder);
        }