Mono.Sms.Main.Test C# (CSharp) Method

Test() public method

public Test ( ) : void
return void
		public void Test ()
		{
			Contacts frm = new Contacts ();
			frm.ContactsEventHandler += delegate () {
				Agenda.AddContact ();
			};
		}
	}
Main