Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/05/10 11:37:57 (14 years ago)
Author:
gkronber
Message:

Refactored class names and fixed a dependency-selection bug. #994 (Clean up plugin infrastructure project)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/Advanced/LicenseConfirmationDialog.cs

    r3623 r3627  
    2929
    3030namespace HeuristicLab.PluginInfrastructure.Advanced {
    31   internal partial class LicenseConfirmationBox : Form {
    32     public LicenseConfirmationBox() {
     31  internal partial class LicenseConfirmationDialog : Form {
     32    public LicenseConfirmationDialog() {
    3333      InitializeComponent();
    3434    }
    3535
    36     public LicenseConfirmationBox(IPluginDescription plugin) {
     36    public LicenseConfirmationDialog(IPluginDescription plugin) {
    3737      InitializeComponent();
    3838      richTextBox.Text = plugin.LicenseText;
Note: See TracChangeset for help on using the changeset viewer.