예제 #1
0
 public static void LerAbastecimentoOnLine(ref string Abast)
 {
     if (Estruturas.BaixarDll("companytec.dll"))
     {
         visualizacao aux = new visualizacao();
         CobLeVis(ref aux);
         Abast = aux.stfull;
     }
 }
예제 #2
0
 private static extern void CobLeVis(ref visualizacao ret);