Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LO23
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Talitha Girard
LO23
Commits
bf38b853
Commit
bf38b853
authored
2 years ago
by
ninafd
Committed by
Pierre Roussel
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix user et ligth user
parent
d734e1cf
No related branches found
No related tags found
4 merge requests
!50
Daroldju/fix/method signature in interfaces
,
!43
Daroldju/fix/method signature in interfaces
,
!39
Sylvain/feature/correction type
,
!36
Data
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
vs/LO23/Client/App.xaml
+9
-9
9 additions, 9 deletions
vs/LO23/Client/App.xaml
vs/LO23/Client/App.xaml.cs
+17
-17
17 additions, 17 deletions
vs/LO23/Client/App.xaml.cs
vs/LO23/Client/MainWindow.xaml.cs
+28
-28
28 additions, 28 deletions
vs/LO23/Client/MainWindow.xaml.cs
with
54 additions
and
54 deletions
vs/LO23/Client/App.xaml
+
9
−
9
View file @
bf38b853
<Application x:Class="Client.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Client"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>
<Application x:Class="Client.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Client"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>
This diff is collapsed.
Click to expand it.
vs/LO23/Client/App.xaml.cs
+
17
−
17
View file @
bf38b853
using
System
;
using
System.Collections.Generic
;
using
System.Configuration
;
using
System.Data
;
using
System.Linq
;
using
System.Threading.Tasks
;
using
System.Windows
;
namespace
Client
{
/// <summary>
/// Logique d'interaction pour App.xaml
/// </summary>
public
partial
class
App
:
Application
{
}
}
using
System
;
using
System.Collections.Generic
;
using
System.Configuration
;
using
System.Data
;
using
System.Linq
;
using
System.Threading.Tasks
;
using
System.Windows
;
namespace
Client
{
/// <summary>
/// Logique d'interaction pour App.xaml
/// </summary>
public
partial
class
App
:
Application
{
}
}
This diff is collapsed.
Click to expand it.
vs/LO23/Client/MainWindow.xaml.cs
+
28
−
28
View file @
bf38b853
using
System
;
using
System.Collections.Generic
;
using
System.Linq
;
using
System.Text
;
using
System.Threading.Tasks
;
using
System.Windows
;
using
System.Windows.Controls
;
using
System.Windows.Data
;
using
System.Windows.Documents
;
using
System.Windows.Input
;
using
System.Windows.Media
;
using
System.Windows.Media.Imaging
;
using
System.Windows.Navigation
;
using
System.Windows.Shapes
;
namespace
Client
{
/// <summary>
/// Logique d'interaction pour MainWindow.xaml
/// </summary>
public
partial
class
MainWindow
:
Window
{
public
MainWindow
()
{
InitializeComponent
();
}
}
}
using
System
;
using
System.Collections.Generic
;
using
System.Linq
;
using
System.Text
;
using
System.Threading.Tasks
;
using
System.Windows
;
using
System.Windows.Controls
;
using
System.Windows.Data
;
using
System.Windows.Documents
;
using
System.Windows.Input
;
using
System.Windows.Media
;
using
System.Windows.Media.Imaging
;
using
System.Windows.Navigation
;
using
System.Windows.Shapes
;
namespace
Client
{
/// <summary>
/// Logique d'interaction pour MainWindow.xaml
/// </summary>
public
partial
class
MainWindow
:
Window
{
public
MainWindow
()
{
InitializeComponent
();
}
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment