1 Partial
Public Class MainWindow
2 Inherits System
.Windows
.Window
5 Me.InitializeComponent()
7 ' Get command line args
9 For Each key
In App
.CommandLineArgs
.Keys
10 Me.commandLineArgsListBox
.Items
.Add((key
& ": " & App
.CommandLineArgs
.Item(key
)))