1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 01:58:30 +00:00

Added missing class-doc

This commit is contained in:
Darth Affe 2022-05-07 00:20:12 +02:00
parent f02d4564fa
commit 39b511b8c5

View File

@ -8,6 +8,9 @@ using System.Threading;
namespace RGB.NET.Core;
/// <summary>
/// Offers some helper methods for timed operations.
/// </summary>
public static class TimerHelper
{
#region DLL-Imports