comparison MetroWpf/Stocks.Common/Factory.cs @ 24:a8b50a087544

Stocks and FxRates working, new menu introduced. Working nicely so far
author adminsh@apollo
date Tue, 20 Mar 2012 20:18:35 +0000
parents 6109bc268b90
children
comparison
equal deleted inserted replaced
23:399398841fd0 24:a8b50a087544
1 using NLog; 1 using Stocks.Common.Core;
2 using Stocks.Common.Core;
3 using Stocks.Common.Models; 2 using Stocks.Common.Models;
4 using System; 3 using System;
5 using Stocks.Common.Exceptions; 4 using Stocks.Common.Exceptions;
6 5
7 namespace Stocks.Common 6 namespace Stocks.Common