anycmd
Results
1
issues of
anycmd
``` C# [TestMethod] public void ApworksTest() { Dictionary eventHandlers = new Dictionary { {typeof (int), null} }; var handlers = eventHandlers[typeof (int)]; if (handlers != null) { } else {...