NClass.DiagramEditor.Style.LoadCurrentStyle C# (CSharp) Method

LoadCurrentStyle() private static method

private static LoadCurrentStyle ( ) : bool
return bool
		private static bool LoadCurrentStyle()
		{
			return ((currentStyle = Load(userStylePath, false)) != null);
		}