Skip to content

Commit

Permalink
Merge pull request #84 from DmitriyYukhanov/feature/apply-name-generator
Browse files Browse the repository at this point in the history
Remove InitializeComponent implementations
  • Loading branch information
Takoooooo authored Apr 5, 2022
2 parents 4c541ea + 1237a58 commit 6c149e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions templates/csharp/usercontrol/NewUserControl.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,5 @@ public NewUserControl()
{
InitializeComponent();
}

private void InitializeComponent()
{
AvaloniaXamlLoader.Load(this);
}
}
}
10 changes: 0 additions & 10 deletions templates/csharp/window/NewWindow.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@ public partial class NewWindow : Window
public NewWindow()
{
InitializeComponent();
//-:cnd:noEmit
#if DEBUG
this.AttachDevTools();
#endif
//+:cnd:noEmit
}

private void InitializeComponent()
{
AvaloniaXamlLoader.Load(this);
}
}
}

0 comments on commit 6c149e2

Please sign in to comment.