예제 #1
0
        public async void BuildList()
        {
            Documentations = await Documentation.GetAllDocuments();

            MarineDocuments = Documentations;
            DocTypes        = await Documentation.GetDocumentTypes();

            DocumentTypes = DocTypes;
            IsVisible     = false;
        }