File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -606,7 +606,7 @@ internal void RefreshAllGrids ()
606606 [ SupportedOSPlatform ( "windows" ) ]
607607 internal void ChangeMultifileMask ( )
608608 {
609- MultiFileMaskDialog dlg = new ( this , FileName )
609+ MultiFileMaskDialog dlg = new ( FileName )
610610 {
611611 Owner = this ,
612612 MaxDays = _multiFileOptions . MaxDayTry ,
Original file line number Diff line number Diff line change @@ -12,12 +12,10 @@ internal partial class MultiFileMaskDialog : Form
1212
1313 #region cTor
1414
15- public MultiFileMaskDialog ( Form parent , string fileName )
15+ public MultiFileMaskDialog ( string fileName )
1616 {
1717 SuspendLayout ( ) ;
1818
19- Parent = parent ;
20-
2119 AutoScaleDimensions = new SizeF ( 96F , 96F ) ;
2220 AutoScaleMode = AutoScaleMode . Dpi ;
2321
Original file line number Diff line number Diff line change 1818 <CopyToOutputDirectory >Always</CopyToOutputDirectory >
1919 </Content >
2020 <PackageReference Include =" DockPanelSuite.ThemeVS2015" />
21+ <PackageReference Include =" Vanara.Library" />
2122 <PackageReference Include =" Vanara.PInvoke.RstrtMgr" />
2223 <PackageReference Include =" Vanara.PInvoke.Shell32" />
2324 <PackageReference Include =" Vanara.PInvoke.User32" />
You can’t perform that action at this time.
0 commit comments