this:SetBackdropBorderColor(1, 1, 1, 1);
this:SetBackdropColor(0.0,0.0,0.0,0);
IMBA_Sapphiron:Hide();
IMBA_Sapphiron_OnLoad();
IMBA_Sapphiron_OnEvent(event);
if ( this.isMoving ) then
this:StopMovingOrSizing();
this.isMoving = false;
end
if ( ( ( not this.isLocked ) or ( this.isLocked == 0 ) ) and ( arg1 == "LeftButton" ) ) then
this:StartMoving();
this.isMoving = true;
end
IMBA_Sapphiron_RegisterEvents();
IMBA_Sapphiron_UnregisterEvents();
if ( this.isMoving ) then
this:StopMovingOrSizing();
this.isMoving = false;
end