You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
735 B
32 lines
735 B
/* |
|
* Created by SharpDevelop. |
|
* User: Peter Forstmeier |
|
* Date: 22.10.2012 |
|
* Time: 20:11 |
|
* To change this template use Tools | Options | Coding | Edit Standard Headers. |
|
*/ |
|
using System; |
|
using System.Collections.Generic; |
|
using System.Text; |
|
using System.Windows; |
|
using System.Windows.Controls; |
|
using System.Windows.Data; |
|
using System.Windows.Documents; |
|
using System.Windows.Input; |
|
using System.Windows.Media; |
|
|
|
using ICSharpCode.SharpDevelop.Gui; |
|
|
|
namespace ICSharpCode.SharpDevelop.Editor.CodeCompletion |
|
{ |
|
/// <summary> |
|
/// Interaction logic for CodeCompletionPanelXaml.xaml |
|
/// </summary> |
|
public partial class CodeCompletionPanelXaml : OptionPanel |
|
{ |
|
public CodeCompletionPanelXaml() |
|
{ |
|
InitializeComponent(); |
|
} |
|
} |
|
} |