projects
/
master-thesis.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
To .NET 5 (lot of refactoring)
[master-thesis.git]
/
Parasitemia
/
ParasitemiaUIControls
/
PPICalculatorWindow.xaml.cs
1
using
System
.
Windows
;
2
using
System
.
Windows
.
Controls
;
3
4
namespace
ParasitemiaUIControls
5
{
6
public partial class
PPICalculatorWindow
:
Window
7
{
8
public
PPICalculatorWindow
()
9
{
10
this
.
InitializeComponent
();
11
}
12
}
13
}