warning #20

  1. R

    Android Question warning #20 Table class

    I am using the Table class in the designer, added to a panel (Add View, CustomView, Table) I declare the class in Sub Globals(): Private TableX As Table This causes a warning in the IDE: View 'TableX' was added with the designer. You should not initialize it. (warning #20) This is not actually...
Top