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

Commit 24831e3

Browse files
committed
Add github link
1 parent f4abaf0 commit 24831e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NumericSystemConvertorGUI/NumericSystemConvertorGUI/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ private void Exit_Click(object sender, RoutedEventArgs e)
6767

6868
private void GitHub_Click(object sender, RoutedEventArgs e)
6969
{
70-
string url = "https://github.com";
70+
string url = "https://github.com/NZK95";
7171
Process.Start(new ProcessStartInfo
7272
{
7373
FileName = url,

0 commit comments

Comments
 (0)