コード例 #1
0
ファイル: PathMaker.cs プロジェクト: btuny/pathmaker_os_files
        private void toolStripLabel1_Click(object sender, EventArgs e)
        {
            //JDK - might need to add something more here...
            ToolStripTextBox textControl = sender as ToolStripTextBox;

            textControl.Text = "Server: " + PathMaker.GetValidationServerIP();
        }