You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
' This program is free software: you can redistribute it and/or modify it under the terms of the
6
-
' GNU General Public License as published by the Free Software Foundation, either version 3 of the
7
-
' License, or any later version.
8
-
'
9
-
' This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY
10
-
11
-
ImportsSystem.Reflection
1
+
ImportsSystem.Reflection
12
2
ImportsSystem.Runtime.InteropServices
13
3
14
-
' Les informations générales relatives à un assembly dépendent de
15
-
' l'ensemble d'attributs suivant. Changez les valeurs de ces attributs pour modifier les informations
16
-
' associées à un assembly.
17
-
18
-
' Vérifiez les valeurs des attributs de l'assembly
19
-
20
4
<Assembly:AssemblyTitle("WinNUT Client")>
21
-
<Assembly:AssemblyDescription("")>
22
-
5
+
<Assembly:AssemblyDescription("WinForms-based client for monitoring your Uninterruptible Power Supply (UPS) connected to a Network UPS Tools (NUT) server.")>
23
6
<Assembly:ComVisible(False)>
24
-
25
-
'Le GUID suivant est pour l'ID de la typelib si ce projet est exposé à COM
0 commit comments