ActivityRings.ActivityRingsWatchAppExtension.InterfaceController.ReleaseDesignerOutlets C# (CSharp) Méthode

ReleaseDesignerOutlets() private méthode

private ReleaseDesignerOutlets ( ) : void
Résultat void
        void ReleaseDesignerOutlets ()
        {
            if (activeEnergyBurnedLabel != null) {
                activeEnergyBurnedLabel.Dispose ();
                activeEnergyBurnedLabel = null;
            }

            if (workoutButton != null) {
                workoutButton.Dispose ();
                workoutButton = null;
            }
        }
    }