Inheritance: XCom.Interfaces.IXCImageFile
Beispiel #1
0
 void loadedTypes_OnLoad(object sender, LoadOfType <IXCImageFile> .TypeLoadArgs e)
 {
     if (e.LoadedObj is xcCustom)
     {
         xcCustom = (xcCustom)e.LoadedObj;
     }
 }
Beispiel #2
0
		void loadedTypes_OnLoad(object sender, LoadOfType<IXCImageFile>.TypeLoadArgs e)
		{
			if (e.LoadedObj is xcCustom)
				xcCustom = (xcCustom)e.LoadedObj;
		}