Ejemplo n.º 1
0
 public static void RemoveTabStrings(this IAttStaffDefGesTablature e)
 {
     MeiAtt_controller.RemoveAttribute(e, "tab.strings");
 }
Ejemplo n.º 2
0
 public static XAttribute GetTabStrings(this IAttStaffDefGesTablature e)
 {
     return(MeiAtt_controller.GetAttribute(e, "tab.strings"));
 }
Ejemplo n.º 3
0
 public static bool HasTabStrings(this IAttStaffDefGesTablature e)
 {
     return(MeiAtt_controller.HasAttribute(e, "tab.strings"));
 }
Ejemplo n.º 4
0
 public static void SetTabStrings(this IAttStaffDefGesTablature e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "tab.strings", _val);
 }