This commit is contained in:
John Jenko 2009-03-30 14:27:34 +00:00
parent 015fc87c81
commit 7c59522ad4

View File

@ -283,7 +283,7 @@ namespace Volian.Controls.Library
//if (MyID < _StartingID) return; //if (MyID < _StartingID) return;
//if (MyID == 2129) //if (MyID == 2129)
// Console.WriteLine("2129"); // Console.WriteLine("2129");
if (LastMethodsEmpty || _LookForID.Contains(MyID)) if ((LastMethodsEmpty || _LookForID.Contains(MyID)) && _MyStepPanel != null) // jsj added check for null _MyStepPanel
{ {
Console.WriteLine("{0}{1}\t\"{2}\"\t{3}\t{4}\t{5}\t{6}\t\"{7}\"\t\"{8}\"\t\"{9}\"" Console.WriteLine("{0}{1}\t\"{2}\"\t{3}\t{4}\t{5}\t{6}\t\"{7}\"\t\"{8}\"\t\"{9}\""
, "", MyID, method, Top, Bottom , "", MyID, method, Top, Bottom