Remove unnecessary read key

The readkey is keeping DS process alive.
This commit is contained in:
Carlos Fonseca M 2019-02-28 13:09:28 -06:00
parent e793ff4877
commit 21fbbc689b

View File

@ -109,7 +109,6 @@ namespace CSharpExamples
Console.WriteLine("Error loding the model.");
}
}
Console.ReadKey();
}
}
}