Beispiel #1
0
 public RobotFrm()
 {
     InitializeComponent();
     UniqueFrm   = this;
     contactList = new List <Contact>();
     LoadContacts();
     RobotCore.ContactsChanged += new EventHandler(RobotCore_ContactsChanged);
 }
Beispiel #2
0
 private void notify_MouseDoubleClick(object sender, MouseEventArgs e)
 {
     RobotFrm.ShowFrm();
 }
Beispiel #3
0
 private void robotConfigMenuItem_Click(object sender, EventArgs e)
 {
     RobotFrm.ShowFrm();
 }
Beispiel #4
0
 private void RobotFrm_FormClosing(object sender, FormClosingEventArgs e)
 {
     UniqueFrm = null;
 }