Exemplo n.º 1
0
        // User clicked the Get Time ActionMenu
        private void GetTimeAction_Click(object sender, EventArgs e)
        {
            EntityTimeDialog dialog = new EntityTimeDialog();

            dialog.LoadEntityTime((jabber.JID)(sender as ToolStripItem).Tag);
            dialog.Show();
        }
Exemplo n.º 2
0
 // User clicked the Get Time ActionMenu
 private void GetTimeAction_Click(object sender, EventArgs e)
 {
     EntityTimeDialog dialog = new EntityTimeDialog ();
     dialog.LoadEntityTime ((jabber.JID)(sender as ToolStripItem).Tag);
     dialog.Show ();
 }