mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Empty
This commit is contained in:
@@ -67,6 +67,7 @@
|
|||||||
<Compile Include="MonoCurses\mainloop.cs" />
|
<Compile Include="MonoCurses\mainloop.cs" />
|
||||||
<Compile Include="Views\FrameView.cs" />
|
<Compile Include="Views\FrameView.cs" />
|
||||||
<Compile Include="Views\ListView.cs" />
|
<Compile Include="Views\ListView.cs" />
|
||||||
|
<Compile Include="Views\Clipboard.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="packages.config" />
|
<None Include="packages.config" />
|
||||||
|
|||||||
8
Terminal.Gui/Views/Clipboard.cs
Normal file
8
Terminal.Gui/Views/Clipboard.cs
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
using System;
|
||||||
|
namespace Terminal.Gui {
|
||||||
|
public class Clipboard {
|
||||||
|
public Clipboard ()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user