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.
821b90f1ab
develop
features/nuget_autobuild
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '821b90f1ab'
${ noResults }
Connected.Common
/
Connected.Common.Model
/
Units.cs
7 lines
98 B
Raw
Normal View
History
Unescape
Escape
Namespace rename
2 years ago
namespace
Connected.Common
;
Initial commit
2 years ago
public
static
class
Units
{
public
const
int
MB
=
1024
*
1024
;
}