Skip to content

Commit de292c0

Browse files
committed
Made two controls public to use them in app.
1 parent 1bf078a commit de292c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Tambala.Controls/Controls/Other/LevelSlider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class LevelSlider : Slider
2727
/// <summary>
2828
/// Initializes a new instance of the <see cref="LevelSlider"/> class.
2929
/// </summary>
30-
internal LevelSlider()
30+
public LevelSlider()
3131
{
3232
}
3333

src/Tambala.Controls/Controls/Other/OnOff.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class OnOff : ToggleButton
2828
/// <summary>
2929
/// Initializes a new instance of the <see cref="OnOff"/> class.
3030
/// </summary>
31-
internal OnOff()
31+
public OnOff()
3232
{
3333
}
3434

0 commit comments

Comments
 (0)