4 changed files with 32 additions and 1 deletions
@ -0,0 +1,16 @@
@@ -0,0 +1,16 @@
|
||||
// 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.SharpDevelop.Dom; |
||||
|
||||
namespace ICSharpCode.PackageManagement.EnvDTE |
||||
{ |
||||
public class PartialClasses : CodeElementsList |
||||
{ |
||||
public PartialClasses(CodeClass2 codeClass) |
||||
{ |
||||
AddCodeElement(codeClass); |
||||
} |
||||
} |
||||
} |
Loading…
Reference in new issue