Exemplo n.º 1
0
 /// <inheritdoc/>
 public override void Draw(FRPaintEventArgs e)
 {
     using (TableObject table = GetTable())
     {
         table.Draw(e);
     }
 }