Welcome to oopsbox.com This is my first post

using System;
class HelloWorld
{
  static void writeHelloWorld() {
    Console.WriteLine("Welcome to oopsbox.com This is my first post");
  }
  static void Main() {
    SimpleDelegate d = new SimpleDelegate(writeHelloWorld);
    d();
  }
}

Published by Man Friday

Application Developer, Photographer and WordPress aficionado. Particularly interested in relational database design, In usability, UX and accessibility on software development. I just wear glasses, Lives in Ubonratchathani, Thailand.