Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Registrati
Accedi
lihaodyx
/
guangxi
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
cd32507d16
Rami (Branch)
Tag
master
guangxi
/
GxPress
/
.vscode
/
solution-explorer
/
interface.cs-template
interface.cs-template
85 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
using System;
namespace {{namespace}}
{
public interface {{name}}
{
}
}