Пример #1
0
 public void OnHelpAboutViewLoadEventRaised(object sender, EventArgs e)
 {
     _helpAboutView.SetValues(AssemblyTitle(), AssemblyProduct(), AssemblyVersion(), AssemblyCopyright(), AssemblyCompany(), AssemblyDescription());
     _helpAboutView.ChangeHelpAboutViewStartLocationToCenterScreen();
 }