Exemplo n.º 1
0
 public static int Main()
 {
     try
     {
         AA <char, bool> .Static1(
             App.m_xFwd11,
             ref App.m_agboFwd12,
             (new ulong[50u, 40u, 98u]),
             ref App.m_byFwd4);
     }
     catch (Exception)
     {
     }
     try
     {
         AA <char, bool> .Static2(
             (new bool[72u, 126u][, , ]),
             ref App.m_aulFwd13,
             App.m_gcFwd14,
             App.m_agboFwd12,
             App.m_gcFwd14,
             App.m_agboFwd12);
     }
     catch (Exception)
     {
     }
     try
     {
         AA <char, bool> .Static3(
             34u,
             ref App.m_shFwd10);
     }
     catch (Exception)
     {
     }
     try
     {
         AA <char, bool> .Static4(
             App.m_agboFwd12,
             ref App.m_axFwd15,
             ref App.m_agboFwd12,
             '\x50');
     }
     catch (Exception)
     {
     }
     try
     {
         BB.Static1(
             (new double[101u][, , ]),
             ref App.m_bFwd1,
             TestEnum.red,
             ref App.m_fFwd6);
     }
     catch (Exception)
     {
     }
     return(100);
 }