This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
johannes.kreutz
/
TrackItPipe
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
f6869dd63e
Větve
Značky
master
TrackItPipe
/
track-client
/
TrackClient
/
Assets
/
TrackpointApp
/
Configuration.cs
Configuration.cs
113 B
Historie
Surový
1
2
3
4
5
6
7
namespace TrackpointApp
{
public class Configuration
{
public const int divisor = 100;
}
}