Changeset 13 for Common/FormFind.cs
- Timestamp:
- Feb 8, 2021, 4:23:17 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Common/FormFind.cs
r3 r13 1 using System;1 using System; 2 2 using System.Collections.Generic; 3 3 using System.ComponentModel; … … 96 96 Theme.UseTheme(this); 97 97 DpiScaling.Apply(this); 98 this.Icon = Icon.ExtractAssociatedIcon(Application.Execut ablePath);98 this.Icon = Icon.ExtractAssociatedIcon(Application.ExecutablePath); 99 99 new FormDimensions().Load(this, Owner); 100 100 comboBoxWhat.Focus();
Note:
See TracChangeset
for help on using the changeset viewer.