mirror of
				https://github.com/Nioux/AideDeJeu.git
				synced 2025-10-31 07:26:09 +00:00 
			
		
		
		
	OneTime
This commit is contained in:
		
							parent
							
								
									73f730c09a
								
							
						
					
					
						commit
						35bf6435e9
					
				
					 1 changed files with 12 additions and 12 deletions
				
			
		|  | @ -3,7 +3,7 @@ | ||||||
|              xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" |              xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" | ||||||
|              x:Class="AideDeJeu.Views.AboutPage" |              x:Class="AideDeJeu.Views.AboutPage" | ||||||
|              xmlns:vm="clr-namespace:AideDeJeu.ViewModels" |              xmlns:vm="clr-namespace:AideDeJeu.ViewModels" | ||||||
|              Title="{Binding Title}" |              Title="{Binding Title, Mode=OneTime}" | ||||||
|              x:DataType="vm:AboutViewModel"> |              x:DataType="vm:AboutViewModel"> | ||||||
|     <ContentPage.BindingContext> |     <ContentPage.BindingContext> | ||||||
|         <vm:AboutViewModel /> |         <vm:AboutViewModel /> | ||||||
|  | @ -27,7 +27,7 @@ | ||||||
|         <StackLayout Grid.Column="1" Grid.Row="0" VerticalOptions="FillAndExpand" HorizontalOptions="Fill"> |         <StackLayout Grid.Column="1" Grid.Row="0" VerticalOptions="FillAndExpand" HorizontalOptions="Fill"> | ||||||
|             <StackLayout Padding="20,20,20,20" Orientation="Vertical" HorizontalOptions="Center" VerticalOptions="Center"> |             <StackLayout Padding="20,20,20,20" Orientation="Vertical" HorizontalOptions="Center" VerticalOptions="Center"> | ||||||
|                 <Label Text="Haches & Dés " Style="{StaticResource heading1}" FontSize="32" FontAttributes="Bold" HorizontalOptions="Center"/> |                 <Label Text="Haches & Dés " Style="{StaticResource heading1}" FontSize="32" FontAttributes="Bold" HorizontalOptions="Center"/> | ||||||
|                 <Label Text="{Binding Version, StringFormat='Version {0}'}" HorizontalOptions="Center"/> |                 <Label Text="{Binding Version, StringFormat='Version {0}', Mode=OneTime}" HorizontalOptions="Center"/> | ||||||
|             </StackLayout> |             </StackLayout> | ||||||
|         </StackLayout> |         </StackLayout> | ||||||
|         <ScrollView Grid.Row="1" Grid.ColumnSpan="2"> |         <ScrollView Grid.Row="1" Grid.ColumnSpan="2"> | ||||||
|  | @ -43,7 +43,7 @@ | ||||||
|                         </FormattedString> |                         </FormattedString> | ||||||
|                     </Label.FormattedText> |                     </Label.FormattedText> | ||||||
|                     <Label.GestureRecognizers> |                     <Label.GestureRecognizers> | ||||||
|                         <TapGestureRecognizer Command="{Binding Main.Navigator.OpenWebCommand}" CommandParameter="https://github.com/Nioux/AideDeJeu" /> |                         <TapGestureRecognizer Command="{Binding Main.Navigator.OpenWebCommand, Mode=OneTime}" CommandParameter="https://github.com/Nioux/AideDeJeu" /> | ||||||
|                     </Label.GestureRecognizers> |                     </Label.GestureRecognizers> | ||||||
|                 </Label> |                 </Label> | ||||||
| 
 | 
 | ||||||
|  | @ -55,7 +55,7 @@ | ||||||
|                         </FormattedString> |                         </FormattedString> | ||||||
|                     </Label.FormattedText> |                     </Label.FormattedText> | ||||||
|                     <Label.GestureRecognizers> |                     <Label.GestureRecognizers> | ||||||
|                         <TapGestureRecognizer Command="{Binding Main.Navigator.OpenWebCommand}" CommandParameter="http://game-icons.net" /> |                         <TapGestureRecognizer Command="{Binding Main.Navigator.OpenWebCommand, Mode=OneTime}" CommandParameter="http://game-icons.net" /> | ||||||
|                     </Label.GestureRecognizers> |                     </Label.GestureRecognizers> | ||||||
|                 </Label> |                 </Label> | ||||||
| 
 | 
 | ||||||
|  | @ -67,7 +67,7 @@ | ||||||
|                         </FormattedString> |                         </FormattedString> | ||||||
|                     </Label.FormattedText> |                     </Label.FormattedText> | ||||||
|                     <Label.GestureRecognizers> |                     <Label.GestureRecognizers> | ||||||
|                         <TapGestureRecognizer Command="{Binding Main.Navigator.OpenWebCommand}" CommandParameter="https://www.dafont.com/fr/" /> |                         <TapGestureRecognizer Command="{Binding Main.Navigator.OpenWebCommand,Mode=OneTime}" CommandParameter="https://www.dafont.com/fr/" /> | ||||||
|                     </Label.GestureRecognizers> |                     </Label.GestureRecognizers> | ||||||
|                 </Label> |                 </Label> | ||||||
| 
 | 
 | ||||||
|  | @ -79,7 +79,7 @@ | ||||||
|                         </FormattedString> |                         </FormattedString> | ||||||
|                     </Label.FormattedText> |                     </Label.FormattedText> | ||||||
|                     <Label.GestureRecognizers> |                     <Label.GestureRecognizers> | ||||||
|                         <TapGestureRecognizer Command="{Binding Main.Navigator.OpenWebCommand}" CommandParameter="https://www.black-book-editions.fr/forums.php?topic_id=5626" /> |                         <TapGestureRecognizer Command="{Binding Main.Navigator.OpenWebCommand,Mode=OneTime}" CommandParameter="https://www.black-book-editions.fr/forums.php?topic_id=5626" /> | ||||||
|                     </Label.GestureRecognizers> |                     </Label.GestureRecognizers> | ||||||
|                 </Label> |                 </Label> | ||||||
| 
 | 
 | ||||||
|  | @ -91,7 +91,7 @@ | ||||||
|                         </FormattedString> |                         </FormattedString> | ||||||
|                     </Label.FormattedText> |                     </Label.FormattedText> | ||||||
|                     <Label.GestureRecognizers> |                     <Label.GestureRecognizers> | ||||||
|                         <TapGestureRecognizer Command="{Binding Main.Navigator.OpenWebCommand}" CommandParameter="https://www.black-book-editions.fr/forums.php?topic_id=12619" /> |                         <TapGestureRecognizer Command="{Binding Main.Navigator.OpenWebCommand,Mode=OneTime}" CommandParameter="https://www.black-book-editions.fr/forums.php?topic_id=12619" /> | ||||||
|                     </Label.GestureRecognizers> |                     </Label.GestureRecognizers> | ||||||
|                 </Label> |                 </Label> | ||||||
| 
 | 
 | ||||||
|  | @ -103,7 +103,7 @@ | ||||||
|                         </FormattedString> |                         </FormattedString> | ||||||
|                     </Label.FormattedText> |                     </Label.FormattedText> | ||||||
|                     <Label.GestureRecognizers> |                     <Label.GestureRecognizers> | ||||||
|                         <TapGestureRecognizer Command="{Binding Main.Navigator.OpenWebCommand}" CommandParameter="https://www.black-book-editions.fr/forums.php?topic_id=7400&tid=304699#msg304699" /> |                         <TapGestureRecognizer Command="{Binding Main.Navigator.OpenWebCommand, Mode=OneTime}" CommandParameter="https://www.black-book-editions.fr/forums.php?topic_id=7400&tid=304699#msg304699" /> | ||||||
|                     </Label.GestureRecognizers> |                     </Label.GestureRecognizers> | ||||||
|                 </Label> |                 </Label> | ||||||
| 
 | 
 | ||||||
|  | @ -117,7 +117,7 @@ | ||||||
|                     <Label.GestureRecognizers> |                     <Label.GestureRecognizers> | ||||||
|                         <OnPlatform x:TypeArguments="TapGestureRecognizer"> |                         <OnPlatform x:TypeArguments="TapGestureRecognizer"> | ||||||
|                             <On Platform="Android, UWP"> |                             <On Platform="Android, UWP"> | ||||||
|                                 <TapGestureRecognizer Command="{Binding Main.Navigator.OpenWebCommand}" CommandParameter="https://fr.tipeee.com/nioux" /> |                                 <TapGestureRecognizer Command="{Binding Main.Navigator.OpenWebCommand, Mode=OneTime}" CommandParameter="https://fr.tipeee.com/nioux" /> | ||||||
|                             </On> |                             </On> | ||||||
|                         </OnPlatform> |                         </OnPlatform> | ||||||
|                     </Label.GestureRecognizers> |                     </Label.GestureRecognizers> | ||||||
|  | @ -131,7 +131,7 @@ | ||||||
|                         </FormattedString> |                         </FormattedString> | ||||||
|                     </Label.FormattedText> |                     </Label.FormattedText> | ||||||
|                     <Label.GestureRecognizers> |                     <Label.GestureRecognizers> | ||||||
|                         <TapGestureRecognizer Command="{Binding Main.Navigator.OpenWebCommand}" CommandParameter="http://www.black-book-editions.fr/" /> |                         <TapGestureRecognizer Command="{Binding Main.Navigator.OpenWebCommand, Mode=OneTime}" CommandParameter="http://www.black-book-editions.fr/" /> | ||||||
|                     </Label.GestureRecognizers> |                     </Label.GestureRecognizers> | ||||||
|                 </Label> |                 </Label> | ||||||
| 
 | 
 | ||||||
|  | @ -151,13 +151,13 @@ | ||||||
|                         </FormattedString> |                         </FormattedString> | ||||||
|                     </Label.FormattedText> |                     </Label.FormattedText> | ||||||
|                     <Label.GestureRecognizers> |                     <Label.GestureRecognizers> | ||||||
|                         <TapGestureRecognizer Command="{Binding Main.Navigator.OpenWebCommand}" CommandParameter="https://heros-et-dragons.fr/" /> |                         <TapGestureRecognizer Command="{Binding Main.Navigator.OpenWebCommand, Mode=OneTime}" CommandParameter="https://heros-et-dragons.fr/" /> | ||||||
|                     </Label.GestureRecognizers> |                     </Label.GestureRecognizers> | ||||||
|                 </Label> |                 </Label> | ||||||
| 
 | 
 | ||||||
|                 <Label Text="Il est soumis à la licence OGL" /> |                 <Label Text="Il est soumis à la licence OGL" /> | ||||||
| 
 | 
 | ||||||
|                 <Label Text="{Binding OGL}" /> |                 <Label Text="{Binding OGL, Mode=OneTime}" /> | ||||||
| 
 | 
 | ||||||
|             </StackLayout> |             </StackLayout> | ||||||
|         </ScrollView> |         </ScrollView> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yan Maniez
						Yan Maniez