3 changed files with 14 additions and 0 deletions
@ -0,0 +1,12 @@
@@ -0,0 +1,12 @@
|
||||
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
|
||||
// This code is distributed under the GNU LGPL (for details please see \doc\license.txt)
|
||||
|
||||
using System; |
||||
using ICSharpCode.NRefactory.CSharp; |
||||
|
||||
namespace CSharpBinding.Refactoring |
||||
{ |
||||
sealed class SDCodeGenerationService : DefaultCodeGenerationService |
||||
{ |
||||
} |
||||
} |
Loading…
Reference in new issue