First create solution

This commit is contained in:
2017-03-08 11:21:27 +01:00
commit a2fb86bacf
5508 changed files with 1082238 additions and 0 deletions
@@ -0,0 +1,10 @@
Imports System.ComponentModel
Public Interface IModelMemberAllowSort
<Category("Behavior")> Property AllowSort() As Boolean
<Category("Format"), DefaultValue(False)> Property AllowRounding() As Boolean
<Category("Format"), DefaultValue(4)> Property RoundingTo() As Long
<Category("Appearance"), DefaultValue(False)> Property HideValueIfZero As Boolean
End Interface