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

Save() public method

public Save ( string filePath ) : bool
filePath string
return bool
		public bool Save(string filePath)
		{
			return Save(filePath, true);
		}

Same methods

Style::Save ( string path, bool addToList ) : bool