Skip to content

Commit

Permalink
fixed class name Faelpessoal
Browse files Browse the repository at this point in the history
  • Loading branch information
DineshSolanki committed Aug 9, 2021
1 parent de0b0ba commit d32f51f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions FoliCon/Views/PosterIconFaelpessoal.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
namespace FoliCon.Views
{
/// <summary>
/// Interaction logic for PosterIconFaelessoal.xaml
/// Interaction logic for PosterIconFaelpessoal.xaml
/// </summary>
public partial class PosterIconFaelessoal : UserControl
public partial class PosterIconFaelpessoal : UserControl
{
public PosterIconFaelessoal()
public PosterIconFaelpessoal()
{
InitializeComponent();
}
Expand Down
6 changes: 3 additions & 3 deletions FoliCon/Views/PosterIconFaelpessoalHorizontal.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
namespace FoliCon.Views
{
/// <summary>
/// Interaction logic for PosterIconFaelessoalHorizontal.xaml
/// Interaction logic for PosterIconFaelpessoalHorizontal.xaml
/// </summary>
public partial class PosterIconFaelessoalHorizontal : UserControl
public partial class PosterIconFaelpessoalHorizontal : UserControl
{
public PosterIconFaelessoalHorizontal()
public PosterIconFaelpessoalHorizontal()
{
InitializeComponent();
}
Expand Down

0 comments on commit d32f51f

Please sign in to comment.