This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
WEP
/
WEP_V2.1.3
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
dev
Rami (Branch)
Tag
dev
master
WEP_V2.1.3
/
SourceCode
/
We.Zero
/
IwbYue.Zero
/
IwbBase
/
IIwbId.cs
IIwbId.cs
104 B
Permalink
Cronologia
Originale
1
2
3
4
5
6
7
namespace IwbZero.IwbBase
{
public interface IIwbId
{
string Id { get; set; }
}
}