Skip to content

Commit de14243

Browse files
committed
Header
1 parent c3e22e9 commit de14243

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

SerialMonitor/Functions/IFunction.cs

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
1+
//---------------------------------------------------------------------------
2+
//
3+
// Name: IFunction.cs
4+
// Author: Vita Tucek
5+
// Created: 23.5.2024
6+
// License: MIT
7+
// Description: Functions interface
8+
//
9+
//---------------------------------------------------------------------------
610

711
namespace SerialMonitor.Functions
812
{

0 commit comments

Comments
 (0)