Beispiel #1
0
 public void AyarSihirbaziGoster(string uri)
 {
     try
     {
         istemci.InvokeTuningWizardEx(((frmGorusme)htPencereler[uri]).Handle.ToInt32(), true, true);
     }
     catch (COMException e)
     {
         MessageBox.Show(e.ToString(), "Hata");
     }
 }