Example #1
0
 private void listViewAccounts_DoubleClick(object sender, EventArgs e)
 {
   SettingsForm sf = new SettingsForm(this.SipekResources);
   //sf.activateTab("");
   sf.ShowDialog();
 }
Example #2
0
 private void listViewAccounts_DoubleClick(object sender, EventArgs e)
 {
     SettingsForm sf = new SettingsForm(this.SipekResources);
     //sf.activateTab("");
     sf.ShowDialog();
 }