Please enable JavaScript in your browser!
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
lihaodyx
/
tede
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
8b89ae34eb
Branche
Tagy
master
tede
/
gx_api
/
GxPress
/
.vscode
/
solution-explorer
/
interface.cs-template
interface.cs-template
85 B
História
Raw
1
2
3
4
5
6
7
8
9
using System;
namespace {{namespace}}
{
public interface {{name}}
{
}
}