Exemplo n.º 1
0
 public StyleLabel Label()
 {
     if (label == null)
     {
         label = new StyleLabel();
     }
     return(label);
 }
Exemplo n.º 2
0
 public StyleLabel Label()
 {
     if (this.label == null)
     {
         this.label = new style.StyleLabel();
     }
     return(this.label);
 }