AspnetSample.views.registration.index.OnSave C# (CSharp) 메소드

OnSave() 공개 메소드

public OnSave ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
리턴 void
		public void OnSave(object sender, EventArgs args)
		{
			// Validation
			// Work work work...
			// Ok, proceed

			//_controller.Send( "Save" );
		}
	}