代码搜索:Sharpdevelop
找到约 1,153 项符合「Sharpdevelop」的源代码
代码结果 1,153
www.eeworm.com/read/206619/5006806
cs sharpdevelopapplication.cs
//
// SharpDevelop PInvoke add-in.
//
// Copyright (C) 2004-2005 Matthew Ward
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General
www.eeworm.com/read/206619/5007688
cs activewindowstatecondition.cs
/*
* Created by SharpDevelop.
* User: Omnibrain
* Date: 21.09.2004
* Time: 13:32
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
using System;
www.eeworm.com/read/206619/5007692
cs openwindowstatecondition.cs
/*
* Created by SharpDevelop.
* User: Omnibrain
* Date: 21.09.2004
* Time: 13:32
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
using System;
www.eeworm.com/read/206619/5007796
cs comparers.cs
//using ;
using System;
using System.Collections;
using ICSharpCode.SharpDevelop.Gui.Pads.ProjectBrowser;
namespace System {
[Serializable]
///
///Compares two objects by property
www.eeworm.com/read/206619/5007832
cs browsernavigateeventargs.cs
using System;
using System.ComponentModel;
namespace ICSharpCode.SharpDevelop.Gui.HtmlControl
{
public delegate void BrowserNavigateEventHandler(object s, BrowserNavigateEventArgs e);
public clas
www.eeworm.com/read/169400/5420891
cs mainform.designer.cs
/*
* Created by SharpDevelop.
* User: Forstmeier Helmut
* Date: 08.02.2006
* Time: 15:24
*
* To change this template use Tools | Options | Coding | Edit Standard Headers.
*/
namespace
www.eeworm.com/read/169400/5420908
cs editor.cs
using ICSharpCode.SharpDevelop.Gui;
using System;
using System.Windows.Forms;
namespace AlternateEditor
{
public class Editor : AbstractViewContent
{
RichTextBox rtb = new RichTextBox()
www.eeworm.com/read/169400/5420928
cs assemblyinfo.cs
/*
* Created by SharpDevelop.
* User: Daniel Grunwald
* Date: 22.12.2005
* Time: 19:32
*/
using System.Reflection;
using System.Runtime.CompilerServices;
// Information about this as
www.eeworm.com/read/124637/6041563
cs customiviewcontent.cs
using System;
using System.Drawing;
using System.Windows.Forms;
using ICSharpCode.SharpDevelop.Gui;
namespace MyPlugin {
public class MyCustomViewContent : AbstractViewContent
{
Panel
www.eeworm.com/read/124637/6041783
cs expressionfinder.cs
using System;
using System.Text;
using SharpDevelop.Internal.Parser;
namespace VBBinding.Parser
{
///
/// Description of ExpressionFinder.
///
public class Expressi