Skip to content

Commit 2149eaa

Browse files
remove the unwanted code
1 parent db51a0d commit 2149eaa

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

PatientHealthMonitoring/PatientHealthMonitoring/MainWindow.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using Microsoft.UI;
21
using Microsoft.UI.Xaml;
32
using Syncfusion.UI.Xaml.Editors;
43

PatientHealthMonitoring/PatientHealthMonitoring/Model/DataModel.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-

2-
using Microsoft.UI;
1+
using Microsoft.UI;
32
using Microsoft.UI.Xaml.Media;
43
using Windows.UI;
54

PatientHealthMonitoring/PatientHealthMonitoring/ViewModel/ViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using System.Collections.Generic;
66
using System.Collections.ObjectModel;
77
using System.ComponentModel;
8-
using System.Linq;
98
using System.Runtime.CompilerServices;
109
using Windows.UI;
1110

0 commit comments

Comments
 (0)