Beispiel #1
0
	void Awake()
	{
		Context = new DateTimeTextContext();
		View.SetContext(Context);
	}
Beispiel #2
0
 void Awake()
 {
     Context = new DateTimeTextContext();
     View.SetContext(Context);
 }