예제 #1
0
        // Update message box
        public void showUpdateMsg(string msg, string address)
        {
            Focus();
            FormUpdate f = new FormUpdate();

            f.setUpdateData(msg, address, updater);
            f.ShowDialog();
        }