removes a comment (cleanup)
This commit is contained in:
parent
577829e294
commit
b7e6a0654b
2 changed files with 0 additions and 2 deletions
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue