2 changed files with 40 additions and 1 deletions
@ -0,0 +1,22 @@
@@ -0,0 +1,22 @@
|
||||
/* |
||||
* Created by SharpDevelop. |
||||
* User: hp |
||||
* Date: 2013-12-22 |
||||
* Time: 16:09 |
||||
* |
||||
* To change this template use Tools | Options | Coding | Edit Standard Headers. |
||||
*/ |
||||
using System; |
||||
|
||||
namespace ICSharpCode.AvalonEdit.AddIn.ContextActions |
||||
{ |
||||
/// <summary>
|
||||
/// Description of ClipboardRing.
|
||||
/// </summary>
|
||||
public class ClipboardRing |
||||
{ |
||||
public ClipboardRing() |
||||
{ |
||||
} |
||||
} |
||||
} |
||||
Loading…
Reference in new issue