This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
dbs333
/
chatServer
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
59cee8faf8
Dallar
Biçim İmleri
main
chatServer
/
ChatServer
/
util
/
Constants.cs
Constants.cs
99 B
Geçmiş
Ham
1
2
3
4
5
6
7
8
namespace ChatServer.util
{
class Constants
{
public const string EXIT = "exit";
}
}