This commit is contained in:
Kathy Ruffing 2010-11-18 15:44:01 +00:00
parent 63ddcd6f62
commit dce50bf383

View File

@ -91,6 +91,11 @@ namespace Volian.Base.Library
get { return VlnSettings._UserID; }
set { VlnSettings._UserID = value; }
}
private static bool _StepTypeToolTip = false;
public static bool StepTypeToolType
{
get { return VlnSettings._StepTypeToolTip; }
set { VlnSettings._StepTypeToolTip = value; }
}
}
}