Esempio n. 1
0
 public Form1()
 {
     InitializeComponent();
     //listView1.Items.Add("google");
     myDelegate    = new AddListItem(AddListItemMethod);
     myDelegatemsg = new getmsg(getnewmsg);
 }
Esempio n. 2
0
 public string getText(getmsg method_in)
 {
     return(method_in());
 }