static void Main(string[] args) { TestQueue t = new TestQueue(); t.Start(); t.Run(10, false); t.LookRight(); Console.ReadKey(); }