Please enable JavaScript in your browser!
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
lihaodyx
/
guangxi
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
9e389987a7
Branche
Tagy
master
guangxi
/
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}}
{
}
}