Exemple #1
0
 public void Destroy()
 {
     reference = null;
     tlog.Info(tag, "Destroy() is called!");
 }
Exemple #2
0
 public void Init()
 {
     tlog.Info(tag, "Init() is called!");
     reference = new Tizen.NUI.Xaml.ReferenceExtension();
 }