Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            AppDomain.CurrentDomain.ProcessExit += new EventHandler(CurrentDomain_ProcessExit);

            HFI_Appl18 appl18 = new HFI_Appl18();

            controller18 = appl18.Controller;
        }
Ejemplo n.º 2
0
 private static void InitializeController19()
 {
     appl19       = new HFI_Appl19();
     controller19 = appl19.Controller;
 }
Ejemplo n.º 3
0
 private static void InitializeController18()
 {
     appl18       = new HFI_Appl18();
     controller18 = appl18.Controller;
 }