This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
Radarr
mirror of
https://github.com/Radarr/Radarr
Watch
1
Star
0
Fork
You've already forked Radarr
0
Code
Issues
Releases
Wiki
Activity
5c1c8466c1
Radarr
/
NzbDrone.Web
/
Models
/
TestModel.cs
7 lines
115 B
C#
Raw
Normal View
History
Unescape
Escape
ReSharper code cleanup
2011-04-10 02:44:01 +00:00
namespace
NzbDrone.Web.Models
Deleting of Qualities now works. Quality Settings UI looks better, colors, sizing Test files for testing different webUI features
2011-02-07 21:22:45 +00:00
{
public
class
TestModel
{
public
int
Number
{
get
;
set
;
}
}
}