This website works better with JavaScript.
Home
Explore
Help
Sign In
PG
/
Win.Sfs.SmartSettlementSystem.PG
Watch
1
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.
799
Commits
3
Branches
0
Tags
457 MiB
Tree:
d3552be0f9
FoShanPG
branch_ccpg_220107
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'd3552be0f9'
${ noResults }
Win.Sfs.SmartSettlementSyst...
/
src
/
Shared
/
Win.Sfs.Shared
/
IEnabled.cs
7 lines
108 B
Raw
Normal View
History
更新版本
4 years ago
namespace
Win.Sfs.Shared
{
public
interface
IEnabled
{
bool
Enabled
{
get
;
set
;
}
}
}