mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Empty
This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
<Compile Include="MonoCurses\mainloop.cs" />
|
||||
<Compile Include="Views\FrameView.cs" />
|
||||
<Compile Include="Views\ListView.cs" />
|
||||
<Compile Include="Views\Clipboard.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<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