Exemplo n.º 1
0
 public static RenderForSelection getRenderForSelection()
 {
     if (instance == null)
     {
         instance = new RenderForSelection();
     }
     return(instance);
 }