This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using namespace System.Windows | |
using namespace System.Windows.Forms | |
using namespace System.Drawing | |
Set-Alias -Name load -Value 'Add-Type' | |
Set-Alias -Name new -Value New-Object | |
load -assembly System.Windows.Forms | |
load -assembly System.Drawing | |
$a = new Form | |
$b = new Label | |
$c = new Label |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@charset "utf-8"; | |
@font-face { | |
font-family: Nunito; | |
font-style: normal; | |
font-weight: 400; | |
src: url(https://element.anontier.nl/../fonts/Nunito/Nunito-Regular.73a8196.ttf) format("truetype") | |
} | |
@font-face { | |
font-family: Nunito; |