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

SaveCurrentStyle() public static method

public static SaveCurrentStyle ( ) : bool
return bool
		public static bool SaveCurrentStyle()
		{
			return CurrentStyle.Save(userStylePath, false);
		}