C# On How to add gracefully undo ...
by Darius Damalakas,
September 28, 2007 00:30
An interesting suggestion t...
1 2 3 4
while (classificator.Clients.Count > 0) { Client client = ServiceHelper<Client>.GetFirst(classificator.Clients); ...
C# How to add gracefully undo ...
by Darius Damalakas,
September 27, 2007 02:42,
2 refactorings
.Net, C#
The code below ...
What do you want to refacto...