Browse Source
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@885 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61shortcuts
4 changed files with 50 additions and 0 deletions
@ -0,0 +1,21 @@ |
|||||||
|
// <file>
|
||||||
|
// <copyright see="prj:///doc/copyright.txt">2002-2005 AlphaSierraPapa</copyright>
|
||||||
|
// <license see="prj:///doc/license.txt">GNU General Public License</license>
|
||||||
|
// <owner name="David Srbecký" email="dsrbecky@gmail.com"/>
|
||||||
|
// <version>$Revision$</version>
|
||||||
|
// </file>
|
||||||
|
|
||||||
|
using System; |
||||||
|
using System.Windows.Forms; |
||||||
|
|
||||||
|
namespace Debugger.Tests.TestPrograms |
||||||
|
{ |
||||||
|
public class PropertyVariableForm |
||||||
|
{ |
||||||
|
public static void Main() |
||||||
|
{ |
||||||
|
Form form = new Form(); |
||||||
|
System.Diagnostics.Debugger.Break(); |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
Loading…
Reference in new issue