forked from Crockan/MercuryToolbox
chore(release): prepare public source release
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
function Get-Widget {
|
||||
param([string]$Name)
|
||||
"widget:$Name"
|
||||
}
|
||||
|
||||
class WidgetBuilder {
|
||||
[string] Build([string]$Name) {
|
||||
return $Name.ToUpperInvariant()
|
||||
}
|
||||
}
|
||||
|
||||
enum WidgetMode {
|
||||
Fast = 1
|
||||
Safe = 2
|
||||
}
|
||||
Reference in New Issue
Block a user