Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/10/11 01:58:40 (13 years ago)
Author:
swagner
Message:

Restructured code and adapted layout of framework version error dialog (#1466)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/3.3/ErrorHandling/FrameworkVersionErrorDialog.cs

    r5996 r5997  
    1919   */
    2020#endregion
     21
    2122using System;
    2223using System.Windows.Forms;
    2324
    2425namespace HeuristicLab.PluginInfrastructure {
    25   public partial class FrameworkVersionWarning : Form {
    26     public FrameworkVersionWarning() {
     26  public partial class FrameworkVersionErrorDialog : Form {
     27    public static bool NET4FullProfileInstalled {
     28      get { return Microsoft.Win32.Registry.LocalMachine.OpenSubKey("Software\\Microsoft\\NET Framework Setup\\NDP\\v4\\Full") != null; }
     29    }
     30
     31    public FrameworkVersionErrorDialog() {
    2732      InitializeComponent();
    2833    }
Note: See TracChangeset for help on using the changeset viewer.