コード例 #1
0
ファイル: B.cs プロジェクト: mono/gert
		public void Test ()
		{
			Contacts frm = new Contacts ();
			frm.ContactsEventHandler += delegate () {
				Agenda.AddContact ();
			};
		}