Ejemplo n.º 1
0
 public void NullListIsEmpty()
 {
     var button = new Button();
     Assert.IsFalse(button.GetEventHandlerList().AsEnumerable().Any());
 }