示例#1
0
 private void Start()
 {
     Service.Get <ICPSwrveService>().Funnel(Service.Get <MembershipService>().AccountFunnelName, "11", "forgot_password");
     Service.Get <ICPSwrveService>().Action("view.forgot", "password");
     loginController = GetComponentInParent <AbstractLoginController>();
 }
示例#2
0
 public virtual void Start()
 {
     loginController = GetComponentInParent <AbstractLoginController>();
 }