This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SCP
/
SCPFWBTL
Watch
7
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
240
Commits
2
Branches
0
Tags
228 MiB
C#
60%
JavaScript
21.8%
ASP.NET
17.4%
HTML
0.5%
VBA
0.2%
Branch:
SCP_CYJ
SCP_CYJ
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'SCP_CYJ'
${ noResults }
SCPFWBTL
/
Models
/
AppBoxEntity
/
IKeyID.cs
8 lines
113 B
Raw
Permalink
Blame
History
namespace
CK.SCP.Models.AppBoxEntity
{
public
interface
IKeyID
{
int
ID
{
get
;
set
;
}
}
}
Reference in new issue