set to work on click for rest api
This commit is contained in:
1
RadioDJViewer/Main.Designer.cs
generated
1
RadioDJViewer/Main.Designer.cs
generated
@@ -114,6 +114,7 @@
|
|||||||
this.restAPISettingToolStripMenuItem.Name = "restAPISettingToolStripMenuItem";
|
this.restAPISettingToolStripMenuItem.Name = "restAPISettingToolStripMenuItem";
|
||||||
this.restAPISettingToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
this.restAPISettingToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
||||||
this.restAPISettingToolStripMenuItem.Text = "Rest API Setting";
|
this.restAPISettingToolStripMenuItem.Text = "Rest API Setting";
|
||||||
|
this.restAPISettingToolStripMenuItem.Click += new System.EventHandler(this.restAPISettingToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// profileToolStripMenuItem
|
// profileToolStripMenuItem
|
||||||
//
|
//
|
||||||
|
@@ -16,5 +16,10 @@ namespace RadioDJViewer
|
|||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void restAPISettingToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user