J
jason aubert
Guest
I got this working I had to change my .net class library to the following: using System; namespace LayoutLibrary { public enum Options { NoLabel = 1, TopLabel = 2, HorizontalLine = 3, VerticalLine = 4, Original = 0 }; } Thanks for the help everyone!
Continue reading...
Continue reading...