private void DispatcherTimerForPing_Tick(object sender, EventArgs eventArgs)
{
...
C# On simplify the timer tick met...
by Sekhat,
January 26, 2011 14:06
Dictionary<string, int> columnToMinimumRequiredWidthMapping = new Dictionary<string, int>()
{
{ "col0", 0 },
...
namespace Marcidia.Net
{
[MarcidiaComponent(
...
C# Best way to refactor this?
Is there a good way to refa...
namespace Marcidia.Net
{
[MarcidiaComponent(
...
C# Best way to refactor this?
Is there a good way to refa...
namespace Marcidia.Net
{
[MarcidiaComponent(
...
C# Best way to refactor this?
Is there a good way to refa...
public class TelnetParser
{
public event EventHandler<TelnetCommandEventArgs> Command;
...
C# Created a Telnet Parser wit...
So I've was just using TDD ...

I only took a stab at the f...