this:SetBackdropBorderColor(1, 1, 1, 1);
this:SetBackdropColor(0.0,0.0,0.0,0);
IMBA_TwinEmps:Hide();
IMBA_TwinEmps_OnLoad();
IMBA_TwinEmps_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_TwinEmps_RegisterEvents();
IMBA_TwinEmps_UnregisterEvents();
if ( this.isMoving ) then
this:StopMovingOrSizing();
this.isMoving = false;
end