░▒▓█│【Walkman】│█▓▒░
Results
2
issues of
░▒▓█│【Walkman】│█▓▒░
### Input code ```csharp using System.Drawing; using System.Windows.Forms; class ConverterTests { public Color[] test1() { var textColor = Color.FromArgb(unchecked((int)0xFFCFCFCF)); var backColor = Color.FromArgb(unchecked((int)0xFF303030)); var altTextColor = Color.FromArgb(unchecked((int)0xFFFFFFFF)); var altBackColor =...
C# -> VB
**Is your feature request related to a problem? Please describe.** There is no option in the "Open With..." dialog of windows 10 to open a file in BlackNotepad, even a...
enhancement
help wanted