This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
johannes.kreutz
/
TrackItPipe
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
f6869dd63e
Ramas
Etiquetas
master
TrackItPipe
/
track-client
/
TrackClient
/
Assets
/
TrackpointApp
/
Configuration.cs
Configuration.cs
113 B
Histórico
Raw
1
2
3
4
5
6
7
namespace TrackpointApp
{
public class Configuration
{
public const int divisor = 100;
}
}