Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Commit 462df65

Browse files
committed
Changes website URL
1 parent c815071 commit 462df65

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

WPFMETRO/About.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</Hyperlink>
2626
</TextBlock>
2727
<TextBlock Margin="227,5,5,0">
28-
<Hyperlink Foreground="{Binding Source={x:Static properties:Settings.Default}, Path=GeneralTextColor}" TextDecorations="None" FontSize="15" NavigateUri="http://gfrancisco.info" RequestNavigate="Hyperlink_RequestNavigate">
28+
<Hyperlink Foreground="{Binding Source={x:Static properties:Settings.Default}, Path=GeneralTextColor}" TextDecorations="None" FontSize="15" NavigateUri="http://gf.dev.br" RequestNavigate="Hyperlink_RequestNavigate">
2929
Website
3030
</Hyperlink>
3131
</TextBlock>

WPFMETRO/Queue.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,10 @@
33
using System;
44
using System.Collections.Generic;
55
using System.Collections.ObjectModel;
6-
using System.Collections.Specialized;
76
using System.Diagnostics;
8-
using System.IO;
97
using System.Linq;
10-
using System.Net;
118
using System.Text;
129
using System.Text.RegularExpressions;
13-
using System.Threading.Tasks;
14-
using System.Windows;
1510

1611
namespace WPFMETRO
1712
{

0 commit comments

Comments
 (0)