projects
/
master-thesis.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Save imported image in the same format (WIP)
[master-thesis.git]
/
Parasitemia
/
ParasitemiaUIControls
/
AnalysisWindow.xaml.cs
1
using
System
.
Windows
;
2
3
namespace
ParasitemiaUIControls
4
{
5
public partial class
AnalysisWindow
:
Window
6
{
7
public
AnalysisWindow
()
8
{
9
this
.
InitializeComponent
();
10
}
11
}
12
}