NClass.DiagramEditor.Style.LoadCurrentStyle C# (CSharp) Méthode

LoadCurrentStyle() private static méthode

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