Open sveco opened 7 years ago
Avoid using Console.Write or Console.WriteLine as it can affect console application output. Use Debug.Write or Debug.WriteLine instead.
Avoid using Console.Write or Console.WriteLine as it can affect console application output. Use Debug.Write or Debug.WriteLine instead.