This commit is contained in:
@@ -91,6 +91,11 @@ namespace Volian.Base.Library
|
|||||||
get { return VlnSettings._UserID; }
|
get { return VlnSettings._UserID; }
|
||||||
set { VlnSettings._UserID = value; }
|
set { VlnSettings._UserID = value; }
|
||||||
}
|
}
|
||||||
|
private static bool _StepTypeToolTip = false;
|
||||||
|
public static bool StepTypeToolType
|
||||||
|
{
|
||||||
|
get { return VlnSettings._StepTypeToolTip; }
|
||||||
|
set { VlnSettings._StepTypeToolTip = value; }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user