Error on the page 407.
[code]
Private Sub btnApplicationCopyright_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handle btnApplicationCopyright.Click
RaiseEvent ApplicationCopyrigtChanged(my.Application.Info.Cop yright)
MessageBox.Show(My.Application.AssemblyInfo.LegalCopyright, strApplicationName)
End Sub
Those Assembly, Legal are not the member.
|