VuhDoLnfShareDialog:StopMovingOrSizing()
VuhDoLnfShareDialog:StartMoving()
VuhDoLnfShareDialog:StopMovingOrSizing()
VuhDoLnfShareDialog:StartMoving()
self:SetScript("OnKeyDown", function(anInstance, aKey)
if (aKey == "ESCAPE") then
self:Hide();
end
end);
_G[self:GetName() .. "RootPane"]:Show();
_G[self:GetName() .. "RootPaneTitleLabelLabel"]:SetText("Share " .. (VUHDO_CURRENT_PROFILE or ""));
_G[self:GetName() .. "TransmitPane"]:Hide();