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

Save() публичный Метод

public Save ( string filePath ) : bool
filePath string
Результат bool
		public bool Save(string filePath)
		{
			return Save(filePath, true);
		}

Same methods

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