mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
f77a2feeef
* Stylecop Rules and Fixes
11 lines
171 B
C#
11 lines
171 B
C#
namespace ServiceUninstall
|
|
{
|
|
public static class Program
|
|
{
|
|
private static void Main()
|
|
{
|
|
ServiceHelper.Run(@"/u");
|
|
}
|
|
}
|
|
}
|