Ejemplo n.º 1
0
 public void SetFormat(int index)
 {
     if (!IsInit)
     {
         return;
     }
     OeipHelper.setFormat(Id, index);
 }