Пример #1
0
		/// <summary>
		/// Console should not be read from anymore at this point.
		/// </summary>
		public static void ReleaseConsole()
		{
			Input = new SingleStringMover();
		}
Пример #2
0
 /// <summary>
 /// Console should not be read from anymore at this point.
 /// </summary>
 public static void ReleaseConsole()
 {
     Input = new SingleStringMover();
 }
Пример #3
0
 /// <summary>
 /// Console should not be read from anymore at this point.
 /// </summary>
 public static void ReleaseConsole()
 {
     DatabaseUtil.Input = new SingleStringMover();
 }