NClass.DiagramEditor.Style.SaveCurrentStyle C# (CSharp) Méthode

SaveCurrentStyle() public static méthode

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