NClass.DiagramEditor.Style.LoadCurrentStyle C# (CSharp) 메소드

LoadCurrentStyle() 개인적인 정적인 메소드

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