SampleApp.CommonTasks.DisplayTargetList Function
This method displays all the targets for selected nFlPlnCmpntID in ListView

Public void DisplayTargetList (com.ibm.gre.ClientSession, System.Windows.Forms.ListView, int, long)
  Type Name Description  
    com.ibm.gre.ClientSession session The current ClientSession  
    System.Windows.Forms.ListView lv The List View control to display the items in.  
    int nFlPlnViewID The View to get the target list for.  
    long nFlPlnCmpntID The File Plan Component to display the Targets for.  
  Return Description  
    void