Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
Changement nom classes carte
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcollin committed Oct 2, 2012
1 parent 6546d7f commit f5103b0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 24 deletions.
2 changes: 1 addition & 1 deletion contenu/HobbyCartes/HobbyCartes/Collection.vb
Expand Up @@ -11,7 +11,7 @@

Private myType As Type

Private cartes As List(Of Carte)
Private cartes As List(Of Fiche)


End Class
Expand Down
17 changes: 2 additions & 15 deletions contenu/HobbyCartes/HobbyCartes/Fiche.aspx
Expand Up @@ -37,24 +37,11 @@
<div id="AfficheCommentaire">
<asp:PlaceHolder runat="server" ID="TestCom"/>
<div class="commentaire">
Ici ce trouveras un commentaires


</div>
<div class="commentaire">
Commentaire commentaire Commentaire commentaire Commentaire commentaire Commentaire commentaire Commentaire commentaire
Commentaire commentaire Commentaire commentaire Commentaire commentaire Commentaire commentaire Commentaire commentaire
Commentaire commentaire Commentaire commentaire Commentaire commentaire Commentaire commentaire Commentaire commentaire
Commentaire commentaire Commentaire commentaire Commentaire commentaire Commentaire commentaire Commentaire commentaire
Commentaire commentaire
</div>
<div class="commentaire">
Commentaire commentaire
Commentaire commentaire Commentaire commentaire Commentaire commentaire Commentaire commentaire Commentaire commentaire
Commentaire commentaire
Commentaire commentaire
Commentaire commentaire Commentaire commentaire Commentaire commentaire Commentaire commentaire Commentaire commentaire
</div>


</div>
</div>
</div>
Expand Down
@@ -1,13 +1,13 @@
Namespace Entitees

Public Class Carte
Public Class Fiche

Public Enum Etat
Impeccable
Bonne
Moyenne
Passable
Pietre
impeccable
bonne
moyenne
passable
pietre
End Enum

Private annee As String
Expand Down
2 changes: 1 addition & 1 deletion contenu/HobbyCartes/HobbyCartes/HobbyCartes.vbproj
Expand Up @@ -147,7 +147,7 @@
<DependentUpon>Administration.aspx</DependentUpon>
<SubType>ASPXCodebehind</SubType>
</Compile>
<Compile Include="Carte.vb" />
<Compile Include="Fiche.vb" />
<Compile Include="Collection.vb" />
<Compile Include="Commentaire.vb" />
<Compile Include="Editeur.vb" />
Expand Down
2 changes: 1 addition & 1 deletion contenu/HobbyCartes/HobbyCartes/Inscription.aspx.vb
Expand Up @@ -11,7 +11,7 @@ Public Class Inscription
m_connection = New MySqlConnection("Server=G264-11;Database=test;Uid=root;Pwd=toor;")
m_connection.Open()

m_membre = New Entitees.Membre(m_connection)
m_membre = New Entitees.Membre(1, m_connection)

End Sub

Expand Down

0 comments on commit f5103b0

Please sign in to comment.