1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

rewrite Application to Application, not Object ....

This commit is contained in:
Kevin Glynn 2011-10-12 10:32:34 +02:00
parent c62a2e241b
commit ac4aed1ef0

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- <!--
This file is This file is
@ -9,7 +9,7 @@
--> -->
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0"> <Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Imports /> <Imports />
<Java>System.Object</Java> <Java>Application</Java>
<Name>System.Windows.Forms.Application</Name> <Name>System.Windows.Forms.Application</Name>
<Uses /> <Uses />
<Inherits> <Type>System.Object</Type> </Inherits> <Inherits> <Type>System.Object</Type> </Inherits>