Ejemplo n.º 1
0
    //
    // Unity Methods
    //

    private void Awake()
    {
        importDataPanel.Init(wizardDlg);
        wizardDlg.title.text = Translator.Get("Import Data");
        wizardDlg.Show(this, importDataPanel.gameObject);
    }