Jannik Anker

.NET developer blog
posts - 197, comments - 14, trackbacks - 46

My Links

News



www.flickr.com
This is a Flickr badge showing photos in a set called Bornholm with a DSLR. Make your own badge here.

Article Categories

Archives

Post Categories

ASP.NET

Blogs

C#

MCMS

Personal web sites

SharePoint

Testing code hiliter

using System;
using System.Collections;
public class MyClass
{
    public static void Main()
    {
        RL();
    }
    
    #region Helper methods
    private static void WL(object text, params object[] args)
    {
        Console.WriteLine(text.ToString(), args);    
    }
    
    private static void RL()
    {
        Console.ReadLine();    
    }
    
    private static void Break() 
    {
        System.Diagnostics.Debugger.Break();
    }
    #endregion
}

Print | posted on Thursday, September 22, 2005 12:21 PM |

Feedback

No comments posted yet.
Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification:
 
 

Powered by: