예제 #1
0
파일: MainForm.cs 프로젝트: Sombatth/sipek2
 private void listViewAccounts_DoubleClick(object sender, EventArgs e)
 {
   SettingsForm sf = new SettingsForm(this.SipekResources);
   //sf.activateTab("");
   sf.ShowDialog();
 }
예제 #2
0
 private void listViewAccounts_DoubleClick(object sender, EventArgs e)
 {
     SettingsForm sf = new SettingsForm(this.SipekResources);
     //sf.activateTab("");
     sf.ShowDialog();
 }