示例#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();
 }