add version tag
This commit is contained in:
@@ -14,6 +14,8 @@ namespace robospot_camera_finder
|
|||||||
{
|
{
|
||||||
public partial class MainForm : Form
|
public partial class MainForm : Form
|
||||||
{
|
{
|
||||||
|
public string VERSION = "1.0.0";
|
||||||
|
|
||||||
private BindingList<Camera> all_cameras = new();
|
private BindingList<Camera> all_cameras = new();
|
||||||
|
|
||||||
public static string cam_username = "admin";
|
public static string cam_username = "admin";
|
||||||
@@ -98,6 +100,8 @@ namespace robospot_camera_finder
|
|||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
|
|
||||||
|
this.Text += " - " + VERSION;
|
||||||
|
|
||||||
bool got_proper_ip = false;
|
bool got_proper_ip = false;
|
||||||
foreach (var net_interface in NetworkInterface.GetAllNetworkInterfaces())
|
foreach (var net_interface in NetworkInterface.GetAllNetworkInterfaces())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user