コード例 #1
0
ファイル: DialogEdit.cs プロジェクト: carlhuth/GenXSource
 //UPGRADE_ISSUE: Constructor 'javax.swing.JTable.JTable' was not converted. "ms-help://MS.VSCC.v80/dv_commoner/local/redirect.htm?index='!DefaultContextWindowIndex'&keyword='jlca1000'"
 internal AnonymousClassJTable1(DialogEdit enclosingInstance, System.Object[][] Param1, System.Object[] Param2)
 {
     // super(Param1, Param2)
     InitBlock(enclosingInstance);
 }
コード例 #2
0
ファイル: DialogEdit.cs プロジェクト: xuchuansheng/GenXSource
			//UPGRADE_ISSUE: Constructor 'javax.swing.JTable.JTable' was not converted. "ms-help://MS.VSCC.v80/dv_commoner/local/redirect.htm?index='!DefaultContextWindowIndex'&keyword='jlca1000'"
			internal AnonymousClassJTable1(DialogEdit enclosingInstance, System.Object[][] Param1, System.Object[] Param2)
			{
                // super(Param1, Param2)
				InitBlock(enclosingInstance);
			}
コード例 #3
0
ファイル: DialogEdit.cs プロジェクト: carlhuth/GenXSource
 private void  InitBlock(DialogEdit enclosingInstance)
 {
     this.enclosingInstance = enclosingInstance;
 }
コード例 #4
0
ファイル: DialogEdit.cs プロジェクト: xuchuansheng/GenXSource
			private void  InitBlock(DialogEdit enclosingInstance)
			{
				this.enclosingInstance = enclosingInstance;
			}