public void OnEnd() { shared = null; if (WillEnd != null) { WillEnd(); } }
public static _UIViewStaticCallback Prepare() { if (shared == null) { shared = new _UIViewStaticCallback(); SetAnimationDelegate(shared); } return(shared); }
public void OnEnd() { shared = null; if (WillEnd != null) WillEnd (); }
public static _UIViewStaticCallback Prepare() { if (shared == null){ shared = new _UIViewStaticCallback (); SetAnimationDelegate (shared); } return shared; }