Nuget package updates

This commit is contained in:
2022-11-10 17:57:45 +00:00
parent 6db59eaef1
commit 3ffa9fbe8b
26 changed files with 361 additions and 325 deletions
+10
View File
@@ -376,6 +376,16 @@ namespace ASCOM.Meade.net
txtFocalLength.Text = txtFocalLength.Text.Remove(txtFocalLength.Text.Length - 1);
}
}
private void button1_Click(object sender, EventArgs e)
{
Process.Start(new ProcessStartInfo()
{
FileName = "C:\\",
UseShellExecute = true,
Verb = "open"
});
}
}
}