Exemplo n.º 1
0
 public StreamHandler(OutputStream arg0, Formatter arg1)
     : base(ProxyCtor.I)
 {
     Instance.CallConstructor("(Ljava/io/OutputStream;Ljava/util/logging/Formatter;)V", arg0, arg1);
 }
Exemplo n.º 2
0
 public void setFormatter(Formatter arg0)
 {
     Instance.CallMethod("setFormatter", "(Ljava/util/logging/Formatter;)V", arg0);
 }