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

Load() public static method

public static Load ( string path ) : Style
path string
return Style
		public static Style Load(string path)
		{
			return Load(path, true);
		}

Same methods

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