14 lines
280 B
VB.net
14 lines
280 B
VB.net
Imports Pilz.Cryptography
|
|
|
|
Namespace SimpleSorting
|
|
|
|
Friend Class SimpleSortingEntry
|
|
|
|
Public Property Element As UniquieID
|
|
Public Property Position As ElementSortingPosition
|
|
Public Property ReferenceElement As UniquieID
|
|
|
|
End Class
|
|
|
|
End Namespace
|