Exemplo n.º 1
0
		public void AddAction(ImportAction action)
		{
			if (this.actions == null)
				throw new ArgumentNullException("action");

			this.actions.Add(action);
		}
Exemplo n.º 2
0
        public void AddAction(ImportAction action)
        {
            if (this.actions == null)
            {
                throw new ArgumentNullException("action");
            }

            this.actions.Add(action);
        }