예제 #1
0
파일: ysl.designer.cs 프로젝트: iowen/ysl
 partial void DeleteAudio(Audio instance);
예제 #2
0
파일: ysl.designer.cs 프로젝트: iowen/ysl
 partial void UpdateAudio(Audio instance);
예제 #3
0
파일: ysl.designer.cs 프로젝트: iowen/ysl
		private void detach_Audios(Audio entity)
		{
			this.SendPropertyChanging();
			entity.Account = null;
		}
예제 #4
0
파일: ysl.designer.cs 프로젝트: iowen/ysl
 partial void InsertAudio(Audio instance);
예제 #5
0
파일: ysl.designer.cs 프로젝트: iowen/ysl
		private void attach_Audios(Audio entity)
		{
			this.SendPropertyChanging();
			entity.Account = this;
		}