Beispiel #1
0
 // Use this for initialization
 public void Start()
 {
     this.form = (Test02Form)FormsManager.LoadForm(gameObject, typeof(Test02Form), this.Skin);
     this.form.Show();
 }
Beispiel #2
0
 // Use this for initialization
 public void Start()
 {
     this.form = (Test02Form)FormsManager.LoadForm(gameObject, typeof(Test02Form), this.Skin);
     this.form.Show();
 }