remove constructor annotations

This commit is contained in:
2022-12-17 17:47:42 +00:00
parent 408218ea32
commit deb3da15ea
6 changed files with 1 additions and 8 deletions

View File

@@ -1,7 +1,6 @@
. $PSScriptRoot\meta.ps1
class Special {
# Constructor
Special () {
AddActionMembers -PARAMS @('restart', 'shutdown', 'show')
}