mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Update tasks
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using System;
|
||||
namespace Terminal {
|
||||
public class ScrollView {
|
||||
public ScrollView ()
|
||||
public class ScrollView : View {
|
||||
public ScrollView (Rect frame) : base (frame)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user