Skip to content

Repository files navigation

POO_PBL5_Solution

Architecture extraite du code erroné

HCI (Human-Computing Interaction)
    MyForm

Services
    CLserviceFichier
    CLserviceImage

Components
    CLfichier
    Climage

Diagrams

Class diagram

/chemin/access/image.jpg "Titre de l'image"

Sequence diagrams

/chemin/access/image.jpg "Diagram of the main part (launch)"
Diagram of the main part (launch)

/chemin/access/image.jpg "Titre de l'image"
Diagram of a case for one of the button (source button)

Others case is similar but their is nothing yet in it.

Activities diagrams

/chemin/access/image.jpg "Titre de l'image"
Diagram of the main part (launch)

/chemin/access/image.jpg "Titre de l'image"
Diagram of a particular case : procede button

Others case is similar but their is nothing yet in it.

Main corrected errors

Code erronné Code corrigé
"private: System::Void btn_source_Click {" "private: System::Void btn_source_Click(System::Object^ sender, System::EventArgs^ e) {"
"CLexplorateur.h" "CLfichier.h"
"array<String^>" "array<String^>^ "
"public ref class MyForm {" "public ref class MyForm : public System::Windows::Forms::Form {"
"return file;" "return Directory::GetFiles(dossier);"
"testWin::MyForm monFormulaire;" "POO_PBL5_Solution::MyForm monFormulaire; Application::Run(% monFormulaire);"
"namespace testWin" "namespace POO_PBL5_Solution"
point d'entré : Main WinMain

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages