예제 #1
0
    /**
     * Directly loads the data from the XML file into the data fields in the current tab
     */

    public void LoadData()
    {
        ds.ClearAllData();
        ClearAll();
        ds.PopulateDict();
        currentTab.GetComponent <LoadData>().LoadXML();
    }