diff --git a/MainPage.xaml b/MainPage.xaml
index 9961ebe39bd3f9cff9b0afa772d7786f8a446bb2..3afe07cec2a1cd6e5dbafc6f1ce1186b5de84325 100644
--- a/MainPage.xaml
+++ b/MainPage.xaml
@@ -27,5 +27,6 @@
+
diff --git a/MainPage.xaml.cs b/MainPage.xaml.cs
index 2729f5a58beb401ea173e54f3d527b677a921dcc..83896dad7c4171c227020876f15417554cf82446 100644
--- a/MainPage.xaml.cs
+++ b/MainPage.xaml.cs
@@ -118,5 +118,10 @@ namespace Test_uFCoder_lib
prnl(s);
}
}
+
+ private void bClearLog_Click(object sender, RoutedEventArgs e)
+ {
+ txtOut.Text = String.Empty;
+ }
}
}