Beispiel #1
0
  { public static void Make()
    {
        Search_Dialog Dlg = new Search_Dialog();

        Dlg.Show();
    }
Beispiel #2
0
 public void Clicked()
 {
     Search_Dialog.Make();
 }
Beispiel #3
0
 { public static void Make ()
   { Search_Dialog Dlg = new Search_Dialog () ;
     Dlg.Show () ;
   }
Beispiel #4
0
 void OnClick(object Obj, EventArgs EA)
 {
     Search_Dialog.Make();
 }