ActivityRings.ActivityRingsWatchAppExtension.InterfaceController.ReleaseDesignerOutlets C# (CSharp) 메소드

ReleaseDesignerOutlets() 개인적인 메소드

private ReleaseDesignerOutlets ( ) : void
리턴 void
        void ReleaseDesignerOutlets ()
        {
            if (activeEnergyBurnedLabel != null) {
                activeEnergyBurnedLabel.Dispose ();
                activeEnergyBurnedLabel = null;
            }

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