Management form working with the correct CSV file.

This commit is contained in:
Tanshu
2013-02-12 18:55:10 +05:30
parent a938a9e693
commit fd54104560
25 changed files with 1239 additions and 1707 deletions

View File

@ -3,8 +3,6 @@ using System.Collections.Generic;
using System.Windows.Forms;
using Tanshu.Accounts.Repository;
using Tanshu.Accounts.Contracts;
using Tanshu.Accounts.Helpers;
using System.Linq;
namespace Tanshu.Accounts.PointOfSale
{