Пример #1
0
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);

            new SetUp().SetUP();
            Application.Run(new CountersView(Labo.Resolve <IMessenger>(), Labo.ConstructByLongestArgs <CountersViewController>()));
        }
Пример #2
0
 static void Main(string[] args)
 {
     new SetUp();
     viewer = Labo.ConstructByLongestArgs <CounterViewer>();
     Sequence();
 }