1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- namespace fis.Vid.Visuals
- {
- public enum VinnoDisplayMode
- {
-
-
-
- Normal = 0,
-
-
-
- UpDown13B = 1,
-
-
-
- UpDownHalfHalf = 2,
-
-
-
- UpDown23B = 3,
-
-
-
-
-
-
-
- SideBySideHalfHalf = 4,
-
-
-
- SideBySide14BOther = 5,
-
-
-
- FullOther = 6,
- FullTissue = 7,
- }
- }
|