This website works better with JavaScript.
Explore
Help
Sign In
Connected
/
Connected.Common
Watch
13
Star
0
Fork
You've already forked Connected.Common
0
Code
Issues
Pull Requests
Packages
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.
100e9ed085
develop
features/nuget_autobuild
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '100e9ed085'
${ noResults }
Connected.Common
/
Common.Model
/
Units.cs
7 lines
88 B
Raw
Normal View
History
Unescape
Escape
Initial commit
2 years ago
namespace
Common
;
public
static
class
Units
{
public
const
int
MB
=
1024
*
1024
;
}