NClass.DiagramEditor.Style.SaveCurrentStyle C# (CSharp) 메소드

SaveCurrentStyle() 공개 정적인 메소드

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