This commit is contained in:
Kathy Ruffing 2011-03-09 11:52:49 +00:00
parent c693bc8b10
commit 778a11be12

View File

@ -790,6 +790,10 @@ namespace Volian.Controls.Library
break;
}
}
public override void SaveCurrentAndContents()
{
SaveContents();
}
#endregion
}
}