removes a comment (cleanup)

This commit is contained in:
Dominic Reich 2016-03-20 00:16:32 +01:00
parent 577829e294
commit b7e6a0654b
2 changed files with 0 additions and 2 deletions

Binary file not shown.

View file

@ -10,8 +10,6 @@
End If
Me.Text = String.Format("Info {0}", ApplicationTitle)
' Initialisieren Sie den gesamten Text, der im Infofeld angezeigt wird.
' TODO: Die Assemblyinformationen der Anwendung im Bereich "Anwendung" des Dialogfelds für die
' Projekteigenschaften (im Menü "Projekt") anpassen.
Me.LabelProductName.Text = My.Application.Info.ProductName
Me.LabelVersion.Text = String.Format("Version {0}", My.Application.Info.Version.ToString)
Me.LabelCopyright.Text = My.Application.Info.Copyright