コード例 #1
0
ファイル: Form1.cs プロジェクト: M9L6/ARFunServer
        public Form1()
        {
            InitializeComponent();
            Log.form               = this;
            textBox3.ReadOnly      = true;
            textBox3.UseWaitCursor = false;

            this.u = new updateText(TextAdd);
        }
コード例 #2
0
 // Use this for initialization
 void Start()
 {
     newScore = gameControler.GetComponent <updateText> ();
 }