예제 #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();
        }
예제 #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 ();
 }