Simply3DScan
Language.cs
Go to the documentation of this file.
1 namespace Configuration
2 {
3  public enum Language
4  {
5  Deutsch,
6  English
7  }
8 }