fixed rare crashes

This commit is contained in:
Asval
2019-06-16 23:07:02 +02:00
parent 4cb1d5eab3
commit 7203caf3db
7 changed files with 31 additions and 23 deletions

View File

@@ -62,8 +62,8 @@ namespace FModel
{
int index = listBeforeData.IndexOf(str);
Console.WriteLine("DName: " + listBeforeData[index - 3]);
Console.WriteLine("Description: " + listBeforeData[index - 1]);
//Console.WriteLine("DName: " + listBeforeData[index - 3]);
//Console.WriteLine("Description: " + listBeforeData[index - 1]);
myNamespacesList.Add(listBeforeData[index - 3]);
myNamespacesList.Add(listBeforeData[index - 1]);