Exemplo n.º 1
0
		/// <summary>
		/// Console should not be read from anymore at this point.
		/// </summary>
		public static void ReleaseConsole()
		{
			Input = new SingleStringMover();
		}
Exemplo n.º 2
0
 /// <summary>
 /// Console should not be read from anymore at this point.
 /// </summary>
 public static void ReleaseConsole()
 {
     Input = new SingleStringMover();
 }
Exemplo n.º 3
0
 /// <summary>
 /// Console should not be read from anymore at this point.
 /// </summary>
 public static void ReleaseConsole()
 {
     DatabaseUtil.Input = new SingleStringMover();
 }