using System; namespace PlexView { public class Program { public static void Main (string[] args) { new PlexView(args); } } }