Changeset 13 for Common/FormFind.cs


Ignore:
Timestamp:
Feb 8, 2021, 4:23:17 PM (3 years ago)
Author:
chronos
Message:
  • Modified: Fixes to existing classes.
  • Added: File type association method.
  • Added: RecentFiles and Table classes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Common/FormFind.cs

    r3 r13  
    1 using System;
     1using System;
    22using System.Collections.Generic;
    33using System.ComponentModel;
     
    9696            Theme.UseTheme(this);
    9797            DpiScaling.Apply(this);
    98             this.Icon = Icon.ExtractAssociatedIcon(Application.Execut‌​ablePath);
     98            this.Icon = Icon.ExtractAssociatedIcon(Application.ExecutablePath);
    9999            new FormDimensions().Load(this, Owner);
    100100            comboBoxWhat.Focus();
Note: See TracChangeset for help on using the changeset viewer.