コード例 #1
0
		public void Init()
		{
			history = new CommandLineHistory();
			history.Add("a");
			history.Add("b");
			history.Add("c");
		}
コード例 #2
0
		public void Init()
		{
			history = new CommandLineHistory();
		}