Update tasks

This commit is contained in:
Miguel de Icaza
2018-01-06 14:45:39 -05:00
parent 6664c7f87e
commit 0e12d02f5d
2 changed files with 21 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
using System;
namespace Terminal {
public class ScrollView {
public ScrollView ()
public class ScrollView : View {
public ScrollView (Rect frame) : base (frame)
{
}
}