GIRO javítása
This commit is contained in:
@@ -70,7 +70,7 @@ namespace Nuvolar.Module.Win.CSharp.Controllers
|
|||||||
parser.TextFieldType = Microsoft.VisualBasic.FileIO.FieldType.Delimited;
|
parser.TextFieldType = Microsoft.VisualBasic.FileIO.FieldType.Delimited;
|
||||||
parser.SetDelimiters(";");
|
parser.SetDelimiters(";");
|
||||||
|
|
||||||
_WaitFormClass.Initwork(1, 1, 4652);
|
_WaitFormClass.Initwork(1, 1, 4840);
|
||||||
while (!parser.EndOfData)
|
while (!parser.EndOfData)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
@@ -84,8 +84,8 @@ namespace Nuvolar.Module.Win.CSharp.Controllers
|
|||||||
}
|
}
|
||||||
|
|
||||||
_GIROInfo.GIROID = columns[0];
|
_GIROInfo.GIROID = columns[0];
|
||||||
_GIROInfo.ShortName = columns[1];
|
_GIROInfo.ShortName = columns[2];
|
||||||
_GIROInfo.Address = columns[2];
|
_GIROInfo.Address = columns[3];
|
||||||
|
|
||||||
_onew.CommitChanges();
|
_onew.CommitChanges();
|
||||||
_WaitFormClass.DoWork();
|
_WaitFormClass.DoWork();
|
||||||
|
|||||||
Reference in New Issue
Block a user