예제 #1
0
		private void detach_BIOS(BIOS entity)
		{
			this.SendPropertyChanging();
			entity.PC = null;
		}
예제 #2
0
		private void attach_BIOS(BIOS entity)
		{
			this.SendPropertyChanging();
			entity.PC = this;
		}
예제 #3
0
 partial void UpdateBIOS(BIOS instance);
예제 #4
0
 partial void DeleteBIOS(BIOS instance);
예제 #5
0
 partial void InsertBIOS(BIOS instance);