Example #1
0
 public void set_att(object data)
 {
     if (!checkEntity())
     {
         return;
     }
     renderObj.set_att(data.ToString());
 }