Static Using Example
using System.Console; namespace ConsoleApplication2 { class Program { static void Main(string[] args) { Write("Yo"); } } }