Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# write to output window

using System.Diagnostics;

namespace NovelisAlarmService
{
    public class Program
    {
        static void Main(string[] args)
        {
			Debug.WriteLine("Write to Output Window")
        }
    }
}  
 
PREVIOUS NEXT
Tagged: #write #output #window
ADD COMMENT
Topic
Name
6+6 =