This commit is contained in:
parent
63ddcd6f62
commit
dce50bf383
@ -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; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user