Example #1
0
 public bool IsEmpty()
 {
     return(_controller1.IsEmpty() &&
            _controller2.IsEmpty() &&
            _console == Console.None);
 }