Commit a8b0f82 1 parent da2d7eb commit a8b0f82 Copy full SHA for a8b0f82
File tree 4 files changed +16
-4
lines changed
NetSparkle.UI.WinForms.NetCore
NetSparkle.UI.WinForms.NetFramework
4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,10 @@ namespace NetSparkleUpdater.UI.Avalonia
18
18
/// </summary>
19
19
public class UIFactory : IUIFactory
20
20
{
21
- private WindowIcon _applicationIcon = null ;
21
+ /// <summary>
22
+ /// Icon used on various windows shown by NetSparkleUpdater
23
+ /// </summary>
24
+ protected WindowIcon _applicationIcon = null ;
22
25
23
26
private Bitmap _iconBitmap ;
24
27
Original file line number Diff line number Diff line change @@ -15,7 +15,10 @@ namespace NetSparkleUpdater.UI.WPF
15
15
/// </summary>
16
16
public class UIFactory : IUIFactory
17
17
{
18
- private ImageSource _applicationIcon = null ;
18
+ /// <summary>
19
+ /// Icon used on various windows shown by NetSparkleUpdater
20
+ /// </summary>
21
+ protected ImageSource _applicationIcon = null ;
19
22
20
23
/// <summary>
21
24
/// Create a new UIFactory for WPF applications
Original file line number Diff line number Diff line change @@ -14,7 +14,10 @@ namespace NetSparkleUpdater.UI.WinForms
14
14
/// </summary>
15
15
public class UIFactory : IUIFactory
16
16
{
17
- private Icon _applicationIcon = null ;
17
+ /// <summary>
18
+ /// Icon used on various windows shown by NetSparkleUpdater
19
+ /// </summary>
20
+ protected Icon _applicationIcon = null ;
18
21
19
22
/// <inheritdoc/>
20
23
public UIFactory ( )
Original file line number Diff line number Diff line change @@ -14,7 +14,10 @@ namespace NetSparkleUpdater.UI.WinForms
14
14
/// </summary>
15
15
public class UIFactory : IUIFactory
16
16
{
17
- private Icon _applicationIcon = null ;
17
+ /// <summary>
18
+ /// Icon used on various windows shown by NetSparkleUpdater
19
+ /// </summary>
20
+ protected Icon _applicationIcon = null ;
18
21
19
22
/// <inheritdoc/>
20
23
public UIFactory ( )
You can’t perform that action at this time.
0 commit comments