コード例 #1
0
ファイル: Main.cs プロジェクト: walis/CodenameOne
        public void run()
        {
            // INJECT: beforeInit

            i = new global::com.codename1.tests.hellowin.HelloWindows();
            //i.@this();
            i.init(this);
        }
コード例 #2
0
        public void run()
        {
            // INJECT: beforeInit

            i = new global::com.codename1.tests.hellowin.HelloWindows();
            //i.@this();
            com.codename1.impl.SilverlightImplementation.setMainClass(i);
            i.init(this);
        }
コード例 #3
0
ファイル: Main.cs プロジェクト: sannysanoff/CodenameOne
 public void run()
 {
 i = new global::com.codename1.tests.hellowin.HelloWindows();
     //i.@this();
     i.init(this);
 }