Пример #1
0
    // Clears the current application view and updates it with the used parameters.
    public void UpdateView(string title, string[] colums, Dictionary <string, string>[] rows)
    {
        // Delete and clear app view.
        UICreator.CleanInstantiatedObjects();

        SetTitle(title);
        SetColums(colums);
        SetRows(rows);
    }