Exemplo n.º 1
0
Arquivo: lib.cs Projeto: zjmit/go2cs
 public static void DoC()
 {
     C.function();
     fmt.Println("called c function");
 }