コード例 #1
0
    //****************************************************************************************************
    //
    //****************************************************************************************************

    private void UpdateTitle()
    {
        title = FSFilter.AllowFileSelection(filter) ? "FILES" : "DIRECTORIES";
    }