OrgChartLayout.cs 119 B

123456789
  1. namespace PRSDesktop
  2. {
  3. public enum OrgChartLayout
  4. {
  5. Employee,
  6. Position,
  7. Role
  8. }
  9. }