NClass.DiagramEditor.Style.LoadCurrentStyle C# (CSharp) Метод

LoadCurrentStyle() приватный статический Метод

private static LoadCurrentStyle ( ) : bool
Результат bool
		private static bool LoadCurrentStyle()
		{
			return ((currentStyle = Load(userStylePath, false)) != null);
		}